Skip to content

Commit 463ed66

Browse files
docs: Remove ecosystem viz section since there is one in misc already (#18408)
Co-authored-by: Marco Gorelli <[email protected]>
1 parent 5b44a96 commit 463ed66

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

docs/source/user-guide/ecosystem.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,7 @@ On this page you can find a non-exhaustive list of libraries and tools that supp
2020

2121
### Data visualisation
2222

23-
#### hvPlot
24-
25-
[hvPlot](https://hvplot.holoviz.org/) is available as the default plotting backend for Polars making it simple to create interactive and static visualisations. You can use hvPlot by using the feature flag `plot` during installing.
26-
27-
```python
28-
pip install 'polars[plot]'
29-
```
30-
31-
#### Matplotlib
32-
33-
[Matplotlib](https://matplotlib.org/) is a comprehensive library for creating static, animated, and interactive visualizations in Python. Matplotlib makes easy things easy and hard things possible.
34-
35-
#### Plotly
36-
37-
[Plotly](https://plotly.com/python/) is an interactive, open-source, and browser-based graphing library for Python. Built on top of plotly.js, it ships with over 30 chart types, including scientific charts, 3D graphs, statistical charts, SVG maps, financial charts, and more.
38-
39-
#### [Seaborn](https://seaborn.pydata.org/)
40-
41-
Seaborn is a Python data visualization library based on Matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.
23+
See the [dedicated visualization section](misc/visualization.md).
4224

4325
### IO
4426

0 commit comments

Comments
 (0)