> > I'm using the latest octave-3.2.3-2-mingw on Windows XP in order to 
> > manipulate and display data taken from a digital oscilloscope. The 
> > matrices used are pretty large, mostly about 2 x 1...5 million.
> > 
> > I found out, that if the amount of data is getting too large gnuplot is 
> > starting to act strange. After executing plot(x,y); gnuplot starts to 
> > pop up its (Windows) helpfile dialog with strange (non-latin) characters 
> > in the search field. This repeats several time, afterwards the plot 
> > remains empty. However in the working directory several zero-sized files 
> > were created, also with strange characters.
> > 
> > Does anybody know the reason for this, or any workaround? My humble 
> > guess is some bug in the connection between octave and gnuplot.
> 
> Have you tried to plot using gnuplot directly?
> If this still acts strange, then it looks like an issue
> with gnuplot.
> If it works smoothly in gnuplot, then yes I believe you
> hit an octave-piping-into-gnuplot issue.

On my machine, an image of 2048x2048xfloat (16 MB) displays in 2 seconds on 
Linux-X11-gnuplot and 3 seconds with wine-wgnuplot.exe.

Drawn from Octave-Linux-X11 via imagesc(), it takes 7 seconds. I wonder why 
as the script obtained via drawnow() takes also 2 seconds to display.

I cannot test Octave-Windows.

---
PM

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to