Plotting with 3.2.0 on Windows is SLOOOOOOWWWW
John W. Eaton
jwe at octave.org
Tue Jul 28 15:30:11 CDT 2009
On 29-Jul-2009, Tatsuro MATSUOKA wrote:
| MMMMM It is really slow as you pointed out
Is it any faster if you make the following change? This way,
communication with gnuplot will be one-way, using popen instead of
popen2. However, some features will be disabled (anything that
requires getting information back from the gnuplot subprocess will
likely fail). If you can determine that using popen2 is the cause of
the performance problem, then maybe the function that needs to be
fixed is octave_popen2 in liboctave/lo-sysdep.cc. But I'm not a
Windows expert, so I have no clue if that is correct, or if it is,
what should be done, so someone else will have to work on this
problem.
jwe
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
Url: https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20090728/9fa25ca6/attachment.ksh
More information about the Help-octave
mailing list