Thanks to visit codestin.com Credit goes to github.com
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 3b2e7e9 commit 1516bd0Copy full SHA for 1516bd0
1 file changed
doc/users/whats_new/style_changes.rst
@@ -35,6 +35,18 @@ Plots
35
the rcParam ``lines.markersize`` so it is consistent with ``plot(X,
36
Y, 'o')``. The old value was 20, and the new value is 36 (6^2).
37
38
+Hatching
39
+````````
40
+
41
+- The width of the lines in a hatch pattern is now configurable by the
42
+ rcParam `hatch.linewidth`, with a default of 1 point. The old
43
+ behavior was different depending on backend:
44
45
+ - PDF: 0.1 pt
46
+ - SVG: 1.0 pt
47
+ - PS: 1 px
48
+ - Agg: 1 px
49
50
Plot layout
51
```````````
52
0 commit comments