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
- Host: GitHub
- URL: https://github.com/pseyfert/xkcdplots
- Owner: pseyfert
- License: other
- Created: 2014-10-06T17:38:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T17:50:00.000Z (over 11 years ago)
- Last Synced: 2023-08-02T20:58:47.999Z (almost 3 years ago)
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/