Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
pykat
Commits
50e1a4ec
Commit
50e1a4ec
authored
Jan 28, 2020
by
Alexei Ciobanu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replacing 'black' in line color cycling with 'white' for dark mplstyles
parent
967bb847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pykat/style/dark.mplstyle
pykat/style/dark.mplstyle
+1
-1
pykat/style/dark_transparent.mplstyle
pykat/style/dark_transparent.mplstyle
+1
-1
No files found.
pykat/style/dark.mplstyle
View file @
50e1a4ec
...
...
@@ -16,7 +16,7 @@ axes.formatter.useoffset : True
axes.formatter.offset_threshold : 4
axes.formatter.use_mathtext : True
axes.formatter.use_locale : False
axes.prop_cycle : cycler('color', ['b', 'r', '
k
', 'g', 'c', 'm', 'y'])
axes.prop_cycle : cycler('color', ['b', 'r', '
w
', 'g', 'c', 'm', 'y'])
axes.axisbelow : True
axes.xmargin : 0
...
...
pykat/style/dark_transparent.mplstyle
View file @
50e1a4ec
...
...
@@ -16,7 +16,7 @@ axes.formatter.useoffset : True
axes.formatter.offset_threshold : 4
axes.formatter.use_mathtext : True
axes.formatter.use_locale : False
axes.prop_cycle : cycler('color', ['b', 'r', '
k
', 'g', 'c', 'm', 'y'])
axes.prop_cycle : cycler('color', ['b', 'r', '
w
', 'g', 'c', 'm', 'y'])
axes.axisbelow : True
axes.xmargin : 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment