help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Faster way to plot data


From: Jordi Gutiérrez Hermoso
Subject: Re: Faster way to plot data
Date: Wed, 9 Nov 2011 14:27:53 -0500

2011/11/9 Torbjörn Chalmers <address@hidden>:
> Is there a way to plot data in octave that is faster than via a pipe to
> another process so the frame rate can be increased?

Does the fltk backend work for you? Try

   backend fltk;   ## 3.2.4
   graphics_toolkit flt; ## 3.4 and later

It might not work. But give it a try.

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]