File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Original file line number Diff line number Diff line change 13
13
``````
14
14
15
15
- The default figure background color has changed from grey to white.
16
+ Use the rcParam ``figure.facecolor `` to control this.
16
17
17
18
- The default cycle of colors to draw lines, markers and other content
18
19
has been changed. It is based on the `Vega category10 palette
@@ -44,12 +45,20 @@ Plot layout
44
45
- The limits are scaled to exactly the dimensions of the data, plus 5%
45
46
padding. The old behavior was to scale to the nearest "round"
46
47
numbers. To use the old behavior, set the ``rcParam ``
47
- ``axes.autolimit_mode `` to ``round_numbers ``.
48
+ ``axes.autolimit_mode `` to ``round_numbers ``. To control the
49
+ margins on particular side individually, pass any of the following
50
+ to any artist or plotting function:
51
+
52
+ - ``top_margin=False ``
53
+ - ``bottom_margin=False ``
54
+ - ``left_margin=False ``
55
+ - ``right_margin=False ``
48
56
49
57
- Ticks now point outward by default. To have ticks pointing inward,
50
58
use the ``rcParams `` ``xtick.direction `` and ``ytick.direction ``.
51
59
52
- - By default, caps on the ends of errorbars are not present.
60
+ - By default, caps on the ends of errorbars are not present. Use the
61
+ rcParam ``errorbar.capsize `` to control this.
53
62
54
63
Images
55
64
``````
You can’t perform that action at this time.
0 commit comments