[SciPy-user] zoom_plot (was Re: About alternatives to Matlab)
Peter Wang
pwang at enthought.com
Tue Nov 21 01:40:44 EST 2006
On Nov 21, 2006, at 12:11 AM, Chris Bartley wrote:
> The following demos work: bar_plot, bigdata, colormapped_scatter,
> scatter_select, simple_line, simple_line2, simple_polar,
> simple_scatter.
> two_plots.py and save_plot.py produce a similar white window to
> zoom_plot.
> There is no text at all in the chaco.log file.
Thanks for the info. I tried to reproduce your same setup on a fresh
Parallels windows XP image:
- installed python 2.4.3 enthought edition
- downloaded and installed ETS (enthought-1.1.0 win32 py2.4.
- grab zoomed_plot directory from https://svn.enthought.com/svn/
enthought/trunk/src/lib/enthought/chaco2/examples
- put zoomed_plot directory into c:\python24\lib\site-packages
\enthought\chaco2\examples
Having done this, the two_plots example runs fine, as do the other
demos. save_plot.py is using a deprecated class right now so it's
probably a little broken anyways.
I *am* able to run the zoom_plot.py example.
I've not changed my PYTHONPATH or anything.
> 4. Run the zoom_plot.py file from IDLE editor, or by double
> clicking on the
> py file.
Have you tried running it from the command line, by doing "python
zoom_plot.py"?
I will keep thinking about what the problem might be...
-Peter
More information about the SciPy-User
mailing list