octave-maintainers
[Top][All Lists]
Advanced

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

Re: Subplot demo performance


From: Jarno Rajahalme
Subject: Re: Subplot demo performance
Date: Fri, 18 Feb 2011 17:05:19 +0200

On Feb 16, 2011, at 15:04 , ext Ben Abbott wrote:
> 
> I've attached a script. The results for gnuplot are
> 
> 1. Drawing a grid of 3x3 plot: 0.49 secs
> 2. Add some data to the plots: 1.78 secs
> 3. Add titles: 1.90 secs
> 4. Add axes labels: 5.21 secs
> 
> For fltk, the results are nearly identical.
> 
> 1. Drawing a grid of 3x3 plot: 0.50 secs
> 2. Add some data to the plots: 1.81 secs
> 3. Add titles: 1.93 secs
> 4. Add axes labels: 5.36 secs
> 

I have these times (current development version on OSX 64-bit, built w/ GCC 
4.5.2):

gnuplot:

octave:2> kostas_subplot_test
1. Drawing a grid of 3x3 plot: 0.24 secs
2. Add some data to the plots: 0.65 secs
3. Add titles: 0.71 secs
4. Add axes labels: 1.82 secs

fltk (1.3.x-r8441):

octave:2> kostas_subplot_test
1. Drawing a grid of 3x3 plot: 0.26 secs
2. Add some data to the plots: 0.71 secs
3. Add titles: 0.77 secs
4. Add axes labels: 1.88 secs

 Jarno

reply via email to

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