Skip to content

Commit

Permalink
docs: Remove ecosystem viz section since there is one in misc already (
Browse files Browse the repository at this point in the history
…#18408)

Co-authored-by: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
  • Loading branch information
joelostblom and MarcoGorelli authored Oct 20, 2024
1 parent 5b44a96 commit 463ed66
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs/source/user-guide/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,7 @@ On this page you can find a non-exhaustive list of libraries and tools that supp

### Data visualisation

#### hvPlot

[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.

```python
pip install 'polars[plot]'
```

#### Matplotlib

[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.

#### Plotly

[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.

#### [Seaborn](https://seaborn.pydata.org/)

Seaborn is a Python data visualization library based on Matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.
See the [dedicated visualization section](misc/visualization.md).

### IO

Expand Down

0 comments on commit 463ed66

Please sign in to comment.