Skip to content

Commit

Permalink
Remove the altair chart from README
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed May 24, 2024
1 parent dc5fd22 commit ffb9219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 536 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,6 @@ df = pd.DataFrame(results)
df
```

Display a scatter plot of the data.

``` python
alt.Chart(df).mark_circle(size=60).encode(
x='area_km2',
y='mean_elev',
tooltip=['country']
).interactive()
```

# Shut down the cluster

``` python
Expand Down
Loading

0 comments on commit ffb9219

Please sign in to comment.