Skip to content

Commit

Permalink
Update doc/features.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lea Berthomier <[email protected]>
  • Loading branch information
colon3ltocard and LBerth authored Oct 8, 2024
1 parent 3f90290 commit 2f98849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def register_loss_state_buffers(

## Available Plots

Plots are done using the **matplotlib** library. We wrap each plot in a **Plotter** class. Below is an example of a plot that shows the spatial distribution of the error for all the variables together. See our [observer.py](../py4cast/plots.py#L212) for more examples.
Plots are done using the **matplotlib** library. We wrap each plot in a **Plotter** class. Below is an example of a plot that shows the spatial distribution of the error for all the variables together. See our [plots.py](../py4cast/plots.py#L212) for more examples.

```python
class SpatialErrorPlot(Plotter):
Expand Down

0 comments on commit 2f98849

Please sign in to comment.