Pure Python cowbuilder test for plotting added + one more plotting example.
commit62a88dda7d62fd81e6cee18ba1c62f57b3fbac9c
authorOndrej Certik <ondrej@certik.cz>
Sun, 6 Jan 2008 22:29:34 +0000 (6 23:29 +0100)
committerOndrej Certik <ondrej@certik.cz>
Sun, 6 Jan 2008 22:29:34 +0000 (6 23:29 +0100)
treeaad8acc3fca5a49b0312b9c1279b447ba26f78f4
parent9736ffaefdd3ba3921faf9a2eb9ab74007b2209e
Pure Python cowbuilder test for plotting added + one more plotting example.

Pyglet cannot be tested using py.test because it's interactive. Also we need
to test, that "python setup.py install" works in pure environment. That's the
purpose of the current script.
bin/test_pure_plotting [new file with mode: 0644]
examples/plotting_nice_plot.py [new file with mode: 0755]