File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # On `PyNull ()` and `copy!`:
1
+ # On `PyNULL ()` and `copy!`:
2
2
# https://github.com/JuliaPy/PyCall.jl/issues/699#issuecomment-504616552
3
3
4
4
"""
@@ -8,14 +8,14 @@ Matplotlib's style settings [1]. Note that directly editing `mpl.rcParams` has n
8
8
- [1] https://matplotlib.org/stable/tutorials/introductory/customizing.html#the-default-matplotlibrc-file
9
9
- [2] https://github.com/JuliaPy/PyPlot.jl#modifying-matplotlibrcparams
10
10
"""
11
- const rcParams = PyNull ()
11
+ const rcParams = PyNULL ()
12
12
13
13
"""
14
14
A copy of the initial `mpl.rcParams`. Note that we do not use `mpl.rcParamsDefault` or
15
15
`mpl.rcParamsOrig`, as these are different to what's actually used by default (e.g. in a
16
16
Jupyter notebook).
17
17
"""
18
- const rcParams_original = PyNull ()
18
+ const rcParams_original = PyNULL ()
19
19
20
20
function __init__ ()
21
21
copy! (rcParams_original, mpl. rcParams)
You can’t perform that action at this time.
0 commit comments