help-octave
[Top][All Lists]
Advanced

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

Re: [changeset]: Re: Octave plot on time/date x-axis


From: dbateman
Subject: Re: [changeset]: Re: Octave plot on time/date x-axis
Date: Wed, 17 Sep 2008 12:45:33 -0700 (PDT)



John W. Eaton wrote:
> 
> After applying the patch, I see
> 
>   octave:11> demo datetick
>   datetick example 1:
>    yr = 1900:10:2000;
>    pop = [76.094, 92.407, 106.461, 123.077 131.954, 151.868, 179.979, ...
>         203.984, 227.225, 249.623, 282.224];
>    plot (datenum (yr, 1, 1), pop);
>    title ("US population (millions)");
>    xlabel ("Year");
>    datetick ("x", "YYYY");
> 
>   error: structure has no member `__colorbar__'
>   error: evaluating argument list element number 1
>   error: called from:
>   error:   /home/jwe/src/octave/scripts/plot/__go_draw_figure__.m at line
> 44, column 1
>   error:   /home/jwe/src/octave/scripts/plot/gnuplot_drawnow.m at line 68,
> column 5
> 
> What am I missing?
> 

I suspect that the cell2mat patch I sent with the changes for plotyy and
colorbar accidentally included has left traces in your graphics.h.in file
with the __colorbar__ property being removed.. Sorry for that mess.. Put
__colorbar__ back in as an axis property and it should work..

D.


jwe
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave



-- 
View this message in context: 
http://www.nabble.com/Octave-plot-on-time-date-x-axis-tp19496643p19539671.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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