We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86d8318 + 3e5c74e commit 1ee4a18Copy full SHA for 1ee4a18
news/patch_style.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* <news item>
4
5
+**Changed:**
6
7
+* updated imports of bg-mpl-stylesheets for latest release of that code
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
src/diffpy/pdfmorph/pdfplot.py
@@ -16,9 +16,9 @@
import matplotlib.pyplot as plt
import numpy
-from bg_mpl_stylesheet.bg_mpl_stylesheet import bg_mpl_style
+from bg_mpl_stylesheets.styles import all_styles
-plt.style.use(bg_mpl_style)
+plt.style.use(all_styles["bg_style"])
24
# FIXME - make this return the figure object in the future, so several views
0 commit comments