Skip to content

Commit

Permalink
Small fix to Tabular Datasets user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 3, 2018
1 parent 17af311 commit 54c4488
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/user_guide/07-Tabular_Datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
"\n",
"As a guide to which Elements can be converted to each other, those of the same dimensionality here should be interchangeable, because of the underlying similarity of their columnar representation:\n",
"\n",
"* 0D: BoxWhisker, Spikes, Distribution, \n",
"* 1D: Scatter, Curve, ErrorBars, Spread, Bars, BoxWhisker\n",
"* 2D: Points, HeatMap, Bars, BoxWhisker, Bivariate\n",
"* 3D: Scatter3D, Trisurface, VectorField, BoxWhisker, Bars\n",
"* 0D: BoxWhisker, Spikes, Distribution\n",
"* 1D: Area, Bars, BoxWhisker, Curve, ErrorBars, Scatter, Spread\n",
"* 2D: Bars, Bivariate, BoxWhisker, HeatMap, Points, VectorField \n",
"* 3D: Scatter3D, TriSurface, VectorField\n",
"\n",
"This categorization is based only on the ``kdims``, which define the space in which the data has been sampled or defined. An Element can also have any number of value dimensions (``vdims``), which may be mapped onto various attributes of a plot such as the color, size, and orientation of the plotted items. For a reference of how to use these various Element types, see the [Elements Reference](http://holoviews.org/reference/index.html#elements)."
]
Expand Down

0 comments on commit 54c4488

Please sign in to comment.