Code Search for Developers
 
 
  

Makefile from matplotlib at Krugle


Show Makefile syntax highlighted


install:

	cp modified/*.py ../../lib/matplotlib/;\
	cp modified/*.h modified/*.cpp ../../src;\
	cd ../..;\
	sudo python setup.py install;\
	cd -

clean:
	rm -f *~ modified/*~



See more files for this project here

matplotlib

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

Project homepage: http://sourceforge.net/projects/matplotlib
Programming language(s): C,C++,Python
License: other

  modified/
    _transforms.cpp
    _transforms.h
    axes.py
    lines.py
    transforms.py
    units.py
  Makefile
  README
  units_test.py