Skip to content

Commit 31e6e28

Browse files
authored
Added KD3-jupyter for 3D plotting
1 parent 6a62ab9 commit 31e6e28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Dask is especially useful for analysing datasets which are larger than your RAM.
261261

262262
## Plotting
263263

264-
*Producing static plots of publication quality.*
264+
*Producing static plots of publication quality. (For 3D plots see the *Visualisation* section)*
265265

266266
* [matplotlib](https://matplotlib.org/) - A 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
267267
The standard way to plot data in python.
@@ -335,12 +335,13 @@ Basically magic, compatible with pytest, and the algorithms used in the implemen
335335

336336
## Visualisation
337337

338-
*There are currently many competing visualisation libaries in python. 3D support is somewhat lacking though.*
338+
*There are currently many competing visualisation libaries in python.*
339339

340340
* [animatplot](https://animatplot.readthedocs.io/en/stable/) - A wrapper around `matplotlib`'s `funcanimation` library - makes it very easy to animate matplotlib plots.
341341
* [mayavi](http://docs.enthought.com/mayavi/mayavi/) - 3D scientific data visualization and plotting in Python.
342342
* [cartopy](https://scitools.org.uk/cartopy/docs/latest/) - A library for cartographic projections and plots, with matplotlib support.
343343
* [bokeh](https://bokeh.pydata.org/en/latest/) - Bokeh is an interactive visualization library that targets modern web browsers for presentation.
344+
* [K3D-jupyter](https://github.com/K3D-tools/K3D-jupyter) - K3D-jupyter is a new 3D plotting library which uses WebGL to create interactive plots in jupyter notebooks. Very powerful and fast, with some [seriously impressive examples](https://k3d-jupyter.readthedocs.io/en/latest/showcase/index.html). However as of early 2020 the [documentation](https://k3d-jupyter.readthedocs.io/en/latest/index.html) is a little lacking.
344345
* [plotly](https://plot.ly/python/) - Plotly's Python graphing library makes interactive, publication-quality graphs online.
345346
* [holoviews](http://holoviews.org/) - Stop plotting your data - annotate your data and let it visualize itself.
346347
* [ipyvolume](https://ipyvolume.readthedocs.io/en/latest/index.html#built-on-ipywidgets) - 3d plotting for Python in the Jupyter notebook.

0 commit comments

Comments
 (0)