fix matplotlib changes
This commit is contained in:
@@ -1145,8 +1145,8 @@ import matplotlib.style
|
|||||||
matplotlib.style.reload_library()
|
matplotlib.style.reload_library()
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
styles = plt.style.core.read_style_directory('%s')
|
styles = plt.style.read_style_directory('%s')
|
||||||
plt.style.core.update_nested_dict(plt.style.library, styles)
|
plt.style.update_nested_dict(plt.style.library, styles)
|
||||||
try:
|
try:
|
||||||
plt.style.use('%s')
|
plt.style.use('%s')
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user