install: cp modified/*.py ../../lib/matplotlib/;\ cp modified/*.h modified/*.cpp ../../src;\ cd ../..;\ sudo python setup.py install;\ cd - clean: rm -f *~ modified/*~
Matplotlib is a pure python plotting library with the goal of making\r\npublication quality plots using a syntax familiar to matlab users. \r\nThe library uses Numeric for handling large\r\ndata sets and supports a variety of output backends
modified/ _transforms.cpp _transforms.h axes.py lines.py transforms.py units.py Makefile README units_test.py