Azaya

Results 123 comments of Azaya

The signature defs in the `scatter` plot method still needs to be updated I think, as well as adding some more examples to it.

I just pushed [8878346](https://github.com/holoviz/hvplot/pull/1548/commits/8878346f0d8f3ea3dd1172cec2a085e74157148f) to reset this PR so i can figure out the directory tree much more easily. Still a WIP.

This issue was discovered when documenting the `hover_formatters` keyword in hvPlot. See https://github.com/holoviz/hvplot/pull/1587

Still a WIP but here's the current implementation with two sub-sections added: ![image](https://github.com/user-attachments/assets/a7157df3-7127-4f4d-88e0-1e3f6381cafd)

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

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

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

This is still a WIP. Not ready for review yet.

### Bug Report on this example notebook: Inconsistency with the usage of `intake` These are the current issues preventing the complete modernization of this notebook: 1. **Version Compatibility**: Although it...

1. I have completely re-wrote the notebook to remove all usage of `intake`. 2. The `.csv` files are downloaded locally via `awscli` by running `anaconda-project run download_fluxnet_daily`. This takes about...