Skip to content

Commit 4e672b1

Browse files
tweak
1 parent 7a3364a commit 4e672b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/figure-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The following trace types are compatible with 2d-cartesian subplots via the `xax
118118
* scatter-like trace types: [`scatter`](/python/line-and-scatter/) and [`scattergl`](/python/webgl-vs-svg/), which can be used to draw [scatter plots](/python/line-and-scatter/), [line plots and curves](/python/line-charts/), [time-series plots](/python/time-series/), [bubble charts](/python/bubble-charts/), [dot plots](/python/dot-plots/) and [filled areas](/python/filled-area-plots/) and also support [error bars](/python/error-bars/)
119119
* [`bar`](/python/bar-charts/), [`funnel`](/python/funnel-charts/), [`waterfall`](/python/waterfall-charts/): bar-like trace types which can also be used to draw [timelines and Gantt charts](/python/gantt/)
120120
* [`histogram`](/python/histograms/): an *aggregating* bar-like trace type
121-
* [`box`](/python/box-plots/) and `violin`: 1-dimensional distribution-like trace types
121+
* [`box`](/python/box-plots/) and [`violin`](/python/box-plots/): 1-dimensional distribution-like trace types
122122
* [`histogram2d`](/python/2D-Histogram/) and [`histogram2dcontour`](/python/2d-histogram-contour/): 2-dimensional distribution-like density trace types
123123
* [`image`](/python/imshow/), [`heatmap`](/python/heatmaps/) and [`contour`](/python/contour-plots/): matrix trace types
124124
* [`ohlc`](/python/ohlc-charts/) and [`candlestick`](/python/candlestick-charts/): stock-like trace types

0 commit comments

Comments
 (0)