Skip to content

Solarize_Light2 #3851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Set Sublime to UNIX Line style endings
  • Loading branch information
ilivni committed Dec 1, 2014
commit a42bc6fd59fb03f277e4bef7cc80af442fc6588c
9 changes: 6 additions & 3 deletions examples/style_sheets/plot_solarizedlight2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
- http://ethanschoonover.com/solarized
- https://github.com/jrnold/ggthemes
- http://pygal.org/builtin_styles/#idlight-solarized
and work of:

and work of:
- https://github.com/tonysyu/mpltools

using all 8 accents of the color palette - starting with blue

ToDo:
- Create alpha values for bar and stacked charts. .33 or .5
- Apply Layout Rules
Expand All @@ -25,7 +28,7 @@
plt.plot(x, np.sin(x) + 7 * x + np.random.randn(50))
plt.plot(x, np.sin(x) + 8 * x + np.random.randn(50))
#Number of accent colors in the color scheme
plt.title('8 Random Lines')
plt.title('8 Random Lines - Line')
plt.xlabel('x label', fontsize=14)
plt.ylabel('y label', fontsize=14)
plt.show()
plt.show( )