Skip to content

Commit 28de205

Browse files
committed
use bg-mpl-stylesheets colors in plots (not rest of style)
1 parent ce00937 commit 28de205

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

Diff for: news/colors.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* Plots now use colors from the billinge-group matplotlib stylesheet, bg-mpl-stylesheets
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

Diff for: src/diffpy/pdfgui/gui/extendedplotframe.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ def __translateStyles(self, style):
268268
"triangle": "^",
269269
}
270270
colorDict = {
271-
"blue": "b",
272-
"green": "g",
273-
"red": "r",
271+
"blue": "#0B3C5D",
272+
"green": "#1C6B0A",
273+
"red": "#B82601",
274274
"cyan": "c",
275275
"magenta": "m",
276276
"yellow": "y",

0 commit comments

Comments
 (0)