Last active
January 23, 2016 12:18
-
-
Save astrojuanlu/edb2bf7b583e7d56468a to your computer and use it in GitHub Desktop.
Estilo de matplotlib para Pybonacci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
axes.facecolor : eeeeee | |
axes.edgecolor : bcbcbc | |
axes.linewidth : 1 | |
axes.grid : True | |
axes.labelcolor : 555555 | |
axes.axisbelow : True | |
axes.prop_cycle : cycler('color', ['204a87', 'cc0000', 'c88a00', '4e9a06', '7a68a6', 'cf4457', '188487']) | |
xtick.major.size : 0 | |
xtick.minor.size : 0 | |
xtick.major.pad : 6 | |
xtick.minor.pad : 6 | |
xtick.color : 555555 | |
ytick.major.size : 0 | |
ytick.minor.size : 0 | |
ytick.major.pad : 6 | |
ytick.minor.pad : 6 | |
ytick.color : 555555 | |
figure.facecolor : 1.00 | |
figure.edgecolor : 0.50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment