-
-
Notifications
You must be signed in to change notification settings - Fork 112
Description
The plot methods will soon be documented part of the API reference. Underneath their signature and parameter description, a series of examples should be added to demonstrate the effects of the kwargs specific to each method (e.g. bands
for rgb
).
In the process, we will likely need to fix/improve the docstring (summary, parameter description, parameter types). Let's do it simultaneously.
Some guidelines:
- Only use
hvsampledata
- Write reproducible snippets (code block that contains all the code needed for the plot to be displayed, including imports)
- Include Pandas and Xarray examples when possible
- Possible to display how to use multiple kwargs in a single plot
Sorted from the highest to lowest priority (based on GoatCounter pageviews):
- bar/barh (@maximlt)
- scatter
- line (@maximlt)
- hist
- heatmap
- box
- scatter_matrix (@maximlt)
- labels
- kde/density
- area
- table
- andrews_curves (@maximlt)
- points (@maximlt)
- ohlc
- image (@maximlt)
- violin
- hexbin
- quadmesh
- lag_plot (@maximlt)
- polygons (@maximlt)
- step
- bivariate
- parallel_coordinates (@maximlt)
- errorbars
- contour
- contourf
- vectorfield
- rgb
- paths
- dataset
- explorer (@maximlt)
Metadata
Metadata
Labels
No labels
Type
Projects
Status
Done