Has anyone else noticed that octave's "hist" seems
to toggle "hold
on" before plotting? Or is there something screwy with
my installation?
for example:
t=linspace(0,2*pi,100);
plot(t,sin(t))
hist(sin(t))
plots the histogram on top of the sine wave. a subsequent
plot(t,cos(t))
displays normally without the previous plots.
I have an MBP 10.4.10 with up-to-date fink, etc.
I don't know when this problem started but at least from
octave 2.9.13.
Any help gratefully received,
Matt
------------------------------------------------------------
-------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and
a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-users mailing list
Fink-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users
a>
|