Re: Handle graphics plotting functions
Miroslaw Kwasniak <[email protected]> Wed, 15 Feb 2006 10:31:13 +0100
| Newsgroups | gmane.comp.gnu.octave.graphics |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 13, 2006 at 02:10:58PM -0600, Quentin Spencer wrote: > > > >What's missing in gnuplot? > > > Two things come to mind: > 1. better way of passing binary data to gnuplot--plotting large data > sets > and big 3d plots are extremely slow. Yes, once I tried implement 100x100 points surf in pure m-file + image function (2000x2000 pixels resolution with hidden faces remowal) - it was impossible with gnuplot. Smaller examples gave >10x speedup.