We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069c4dc commit 9366510Copy full SHA for 9366510
doc/users/whats_new/style_changes.rst
@@ -72,6 +72,11 @@ Plot layout
72
- Ticks now point outward by default. To have ticks pointing inward,
73
use the ``rcParams`` ``xtick.direction`` and ``ytick.direction``.
74
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
+
80
- By default, caps on the ends of errorbars are not present. Use the
81
rcParam ``errorbar.capsize`` to control this.
82
0 commit comments