From 60e4f8c7f58905564c5058a5d559b9a3ea46ad5c Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Tue, 5 Nov 2013 16:24:02 +0000 Subject: [PATCH] Shows image examples --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.rst b/README.rst index 571183b..67ef166 100644 --- a/README.rst +++ b/README.rst @@ -11,3 +11,25 @@ Add a new matplotlibrc file to the `rc` dir, say `myrc`, and use:: See the `showstyle.py` file for usage -- for example, note how `hist` and `scatter` grab the first color in `rcParams['axes.color_cycle']` since there's no way to set the default scatter or hist color via rcParams. + +Screenshots +----------- + +Some included styles are: + +- default + +.. image:: screenshots/default.png + +- ggplotish + +.. image:: screenshots/ggplotish.png + +- probpro + +.. image:: screenshots/probpro.png + +- rlike + +.. image:: screenshots/rlike.png +