Add New Gallery Examples
closes #1602
Still a WIP but here's the current implementation with two sub-sections added:
I haven't checked but I thought that one nice goal to achieve with the gallery would be to have at least one example per plotting method. I.e. all the plotting methods referenced on this page https://hvplot.holoviz.org/ref/api/index.html (excluding NetworkX method for now).
I haven't checked but I thought that one nice goal to achieve with the gallery would be to have at least one example per plotting method. I.e. all the plotting methods referenced on this page https://hvplot.holoviz.org/ref/api/index.html (excluding NetworkX method for now).
Sounds like a good idea.
The idea being that would be a good place for users to find all the types of plots hvPlot can make, and from these examples they can then easily find their reference API for more information.
The idea being that would be a good place for users to find all the types of plots hvPlot can make, and from these examples they can then easily find their reference API for more information.
Makes sense. I'll try to add a few more as I can.
@Azaya89 can you add the list of plotting methods that don't have an example?
List of plotting methods without an example in the Gallery
| Method | API reference |
|---|---|
| errorbars | https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.errorbars.html |
| vectorfield | https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.vectorfield.html |
| parralel_coordinates | https://hvplot.holoviz.org/ref/api/manual/hvplot.plotting.parallel_coordinates.html |
| andrews_curves | https://hvplot.holoviz.org/ref/api/manual/hvplot.plotting.andrews_curves.html |
| rgb | https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.rgb.html |
| contour | https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.contour.html |
| contourf | https://hvplot.holoviz.org/ref/api/manual/hvplot.hvPlot.contourf.html |
TODO:
- [x] Make sure redirect links are OK
- [x] Add missing examples, see https://github.com/holoviz/hvplot/pull/1603#issuecomment-3083184428
- [x] Integrate https://github.com/holoviz/hvplot/pull/1614
- [x] Integrate https://github.com/holoviz/hvplot/pull/1620
- [x] One example downloads a pretty large dataset (earthquakes), I'd like to skip running it when we run the examples test suite normally as it might be long, but I'd like it to run on scheduled runs.
- [x] Release nbsite with gallery improvements