diff --git a/settings/org-settings.el b/settings/org-settings.el index d8b72b57..3cff0164 100644 --- a/settings/org-settings.el +++ b/settings/org-settings.el @@ -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: