You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
forrgb
).In the process, we will likely need to fix/improve the docstring (summary, parameter description, parameter types). Let's do it simultaneously.
Some guidelines:
hvsampledata
Sorted from the highest to lowest priority (based on GoatCounter pageviews):
The text was updated successfully, but these errors were encountered: