Skip to content

Commit 9366510

Browse files
committed
add a note to whats_new/style_changes.rst
1 parent 069c4dc commit 9366510

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/users/whats_new/style_changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Plot layout
7272
- Ticks now point outward by default. To have ticks pointing inward,
7373
use the ``rcParams`` ``xtick.direction`` and ``ytick.direction``.
7474

75+
- Ticks and grids are now plotted above solid elements such as
76+
filled contours, but below lines. To return to the previous
77+
behavior of plotting ticks and grids above lines, set
78+
``rcParams['axes.axisbelow'] = False``.
79+
7580
- By default, caps on the ends of errorbars are not present. Use the
7681
rcParam ``errorbar.capsize`` to control this.
7782

0 commit comments

Comments
 (0)