Skip to content

Commit 8b77fff

Browse files
committed
DOC: move whats new to new location
1 parent 782750e commit 8b77fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/users/next_whats_new/pyplot-register-figure.rst renamed to doc/release/next_whats_new/pyplot-register-figure.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Technical detail: Standalone figures use `.FigureCanvasBase` as canvas. This is
4848
replaced by a backend-dependent subclass when registering with pyplot, and is
4949
reset to `.FigureCanvasBase` when the figure is closed. `.Figure.savefig` uses
5050
the current canvas to save the figure (if possible). Since `.FigureCanvasBase`
51-
can not render the figure, when using save fig it will fallback to `.FigureCanvasAgg` which is Agg-based. Any Agg-based backend will create the same file output, however
51+
can not render the figure, when using savefig it will fallback to`.FigureCanvasAgg`
52+
which is Agg-based. Any Agg-based backend will create the same file output, however
5253
There may be slight differences for non-Agg backends; e.g. if you use "GTK4Cairo" as
5354
interactive backend, ``fig.savefig("file.png")`` may create a slightly different
5455
image depending on whether the figure is registered with pyplot or not. In

0 commit comments

Comments
 (0)