[CB]: What is the maximum precision in Postscript? It seems unlikely that
you
[CB]: could plot 80,000 points and not have number of them overlap, unless
[CB]: it's clipped, so removing essentially redundant points may be another
[CB]: way to to go.
This seems to be the way that xm
Hi,
We're trying (for the first time) to install matplotlib on OSX (Tiger on PPC
Mac).
Before we installed matplolib we ensured that BUILD_TKAGG= 1 in setup.py.
Then we typed 'python setup.py install' which went fine. Importing pylab goes
fine,
making a plot with pylab.plot() also works fin