8000
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 b455d6b commit 2cb99fcCopy full SHA for 2cb99fc
doc/users/next_whats_new/new_rcparams_grid_options.rst
@@ -1,4 +1,4 @@
1
-Seperate styling options for major/minor grid line in rcParams
+Separate styling options for major/minor grid line in rcParams
2
--------------------------------------------------------------
3
4
Using :rc:`grid.major.*` or :rc:`grid.minor.*` will overwrite the value in
@@ -22,7 +22,7 @@ Using :rc:`grid.major.*` or :rc:`grid.minor.*` will overwrite the value in
22
mpl.rcParams["grid.color"] = "red"
23
mpl.rcParams["grid.linewidth"] = 1
24
25
- # Overwrite some values for major and minor seperately
+ # Overwrite some values for major and minor separately
26
mpl.rcParams["grid.major.color"] = "black"
27
mpl.rcParams["grid.major.linewidth"] = 2
28
mpl.rcParams["grid.minor.linestyle"] = ":"
0 commit comments