Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Feb 19, 2024
1 parent ff7aa49 commit b59cd1b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,18 @@ plot.trace(; kw...) == plot(; type=trace, kw...)

```julia
julia> plot.<TAB>
# bar barpolar box candlestick carpet choropleth choroplethmapbox
# cone contour contourcarpet densitymapbox funnel funnelarea heatmap
# heatmapgl histogram histogram2d histogram2dcontour icicle image indicator
# isosurface mesh3d ohlc parcats parcoords pie pointcloud
# sankey scatter scatter3d scattercarpet scattergeo scattergl scattermapbox
# scatterpolar scatterpolargl scattersmith scatterternary splom streamtube sunburst
# surface table treemap violin volume waterfall
# bar barpolar box candlestick
# carpet choropleth choroplethmapbox cone
# contour contourcarpet densitymapbox funnel
# funnelarea heatmap heatmapgl histogram
# histogram2d histogram2dcontour icicle image
# indicator isosurface mesh3d ohlc
# parcats parcoords pie pointcloud
# sankey scatter scatter3d scattercarpet
# scattergeo scattergl scattermapbox scatterpolar
# scatterpolargl scattersmith scatterternary splom
# streamtube sunburst surface table
# treemap violin volume waterfall
```

**You can chain the dot syntax to add traces to a plot, e.g.**
Expand Down

0 comments on commit b59cd1b

Please sign in to comment.