Fixed warning about deprecated matplotlib setting.
This commit is contained in:
parent
e28b66a294
commit
1fbef303ff
|
@ -208,7 +208,7 @@ image.origin : upper # lower | upper
|
|||
|
||||
|
||||
### CONTOUR PLOTS
|
||||
contour.negative_linestyle : 6.0, 6.0 # negative contour dashstyle (size in points)
|
||||
contour.negative_linestyle : dashed # negative contour dashstyle (size in points)
|
||||
|
||||
### SAVING FIGURES
|
||||
# the default savefig params can be different for the GUI backends.
|
||||
|
|
Reference in New Issue