You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the style "dark-background" didn't fit the VS Code Dark Mode color scheme very well, I would appreciate a style that matches more nicely.
Proposed solution
I have edited my rcParams and now it looks pretty neat. I would like to share it with everyone but I'm not sure how exactly I should go about it.
Do I make a pull request with a vscode-dark.mplstyle? If so, where exactly should the file go?
Is this welcome at all?
I'm also happy to make changes, or include additional information, if required.
Here is how it looks:
The rcParams are as follows, with some commented out, because they change additional technicalities that are not strictly necessary for aesthetic purposes.
# CUSTOM
# Set dark background default line colors to white.
lines.color: white
patch.edgecolor: white
text.color: white
axes.facecolor: "#1f1f1f"
axes.edgecolor: white
axes.labelcolor: white
xtick.color: white
ytick.color: white
grid.color: white
figure.facecolor: "#1f1f1f"
figure.edgecolor: "#1f1f1f"
patch.facecolor: C0
### Boxplots
boxplot.boxprops.color: white
boxplot.capprops.color: white
boxplot.flierprops.color: white
boxplot.flierprops.markeredgecolor: white
boxplot.whiskerprops.color: white
# Change color cycler to match VS Code Syntax Highlighting
axes.prop_cycle: cycler('color', ['DCDCAA','9CDCFE','4EC9B0','C586C0','6a9955','CE9178','4FC1FF','d16969','569cd6','d7ba7d','C8C8C8','ce9178','b5cea8'])
# Change default color map
image.cmap: cividis
# Additional technicalities that work well with the interactive window
# figure.figsize: 8, 4.5
# figure.dpi: 200
# figure.autolayout: True
# image.aspect: auto
# hist.bins: sqrt
The text was updated successfully, but these errors were encountered:
Hi, I think this is really cool but maybe not appropriate for the main library because I don't think we want to vendor editor specific stylesheets. Would this maybe work better as a vscode plug in, kinda like https://marketplace.visualstudio.com/items?itemName=yy0931.mplstyle
Uh oh!
There was an error while loading. Please reload this page.
Problem
Since the style "dark-background" didn't fit the VS Code Dark Mode color scheme very well, I would appreciate a style that matches more nicely.
Proposed solution
I have edited my rcParams and now it looks pretty neat. I would like to share it with everyone but I'm not sure how exactly I should go about it.
Do I make a pull request with a
vscode-dark.mplstyle
? If so, where exactly should the file go?Is this welcome at all?
I'm also happy to make changes, or include additional information, if required.
Here is how it looks:
The rcParams are as follows, with some commented out, because they change additional technicalities that are not strictly necessary for aesthetic purposes.
The text was updated successfully, but these errors were encountered: