Skip to content

Commit

Permalink
Merge pull request #128 from sbillinge/patch_style
Browse files Browse the repository at this point in the history
fix imports and news
  • Loading branch information
sbillinge authored Jul 17, 2024
2 parents 86d8318 + 3e5c74e commit 1ee4a18
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions news/patch_style.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* updated imports of bg-mpl-stylesheets for latest release of that code

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
4 changes: 2 additions & 2 deletions src/diffpy/pdfmorph/pdfplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])


# FIXME - make this return the figure object in the future, so several views
Expand Down

0 comments on commit 1ee4a18

Please sign in to comment.