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