An open API service indexing awesome lists of open source software.

https://github.com/pseyfert/xkcdplots

xkcd style matplotlib plots from my thesis
https://github.com/pseyfert/xkcdplots

Last synced: 5 months ago
JSON representation

xkcd style matplotlib plots from my thesis

Awesome Lists containing this project

README

          

xkcdplots
=========

xkcd style matplotlib plots from my thesis

prerequisits
============

you need ipython, python-notebook, matplotlib, pylab, ... and possibly more

how to run
==========

from the command line type
``` ipython notebook '''

A browser window should pop up, running an ipython session where you can select the All.ipynb notebook.

Open it, and do a "Run All". All cells will be evaluated. All but the first two can be manipulated by you. play around!

DEPRECATION WARNING
===================

This repository ignores completely the developements described here: http://jakevdp.github.io/blog/2013/07/10/XKCD-plots-in-matplotlib/