From 81df9c34198b16ed9796e2b7f1ec74dbf027374a Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 23 Jul 2018 11:35:50 +0200 Subject: [PATCH] Fix section level of Previous Whats New --- doc/users/whats_new.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 9a9731faedea..00dade9beb59 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -219,7 +219,6 @@ A method `~.figure.Figure.add_artist` has been added to the to a figure. E.g. :: - circ = plt.Circle((.7, .5), .05) fig.add_artist(circ) @@ -230,7 +229,7 @@ easily position static elements in figure coordinates. - +================== Previous Whats New ==================