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
With the addition of the new visualization submodule in #902, the need for a guide on plotting figures in analysis classes has increased. Previously, developers of analysis classes used Matplotlib in their own independent way. The new module means that users are discouraged from using Matplotlib directly, and instead to use subclasses of BasePlotter. However, the usage of these classes is only documented in the API reference (i.e., docstrings) and not as a separate user guide or tutorial.
The text was updated successfully, but these errors were encountered:
With the addition of the new visualization submodule in #902, the need for a guide on plotting figures in analysis classes has increased. Previously, developers of analysis classes used Matplotlib in their own independent way. The new module means that users are discouraged from using Matplotlib directly, and instead to use subclasses of
BasePlotter
. However, the usage of these classes is only documented in the API reference (i.e., docstrings) and not as a separate user guide or tutorial.The text was updated successfully, but these errors were encountered: