Skip to content

Instantly share code, notes, and snippets.

@beckermr
Last active January 23, 2019 17:35
Show Gist options
  • Save beckermr/62a9f99ad9b275df12dc to your computer and use it in GitHub Desktop.
Save beckermr/62a9f99ad9b275df12dc to your computer and use it in GitHub Desktop.
supermongo
#lines
lines.linewidth : 1.0
lines.linestyle : -
lines.color : black
#fonts & text
font.family : serif
font.weight : normal
font.size : 12.0
text.color : black
text.usetex : True
#axes & ticks
axes.edgecolor : black
axes.linewidth : 1.0
axes.grid : False
axes.titlesize : x-large
axes.labelsize : x-large
axes.labelweight : normal
axes.labelcolor : black
axes.formatter.limits : -4, 4
xtick.major.size : 7
xtick.minor.size : 4
xtick.major.pad : 6
xtick.minor.pad : 6
xtick.labelsize : x-large
xtick.minor.width : 1.0
xtick.major.width : 1.0
ytick.major.size : 7
ytick.minor.size : 4
ytick.major.pad : 6
ytick.minor.pad : 6
ytick.labelsize : x-large
ytick.minor.width : 1.0
ytick.major.width : 1.0
#legends
legend.numpoints : 1
legend.fontsize : x-large
legend.shadow : False
legend.frameon : False
@drphilmarshall
Copy link

Cool! I'm sure many astronomers will be happy to see this :-) What else still needs to be done?

@beckermr
Copy link
Author

Once matplotlib allows users to set minor ticks on by default in the rc, then that should be incorporated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment