Plot dubt

Oscar Bayona Candel oscarbayonacandel at hotmail.com
Wed Feb 11 18:52:36 CST 2009


 
Sorry Ivan I ´m a bit silly sometime I please send my appologuises in adavance and thounsands of thanks¡¡¡
 
Thanks a lot for your help I tried this but I omitt "on" on "hold on" you are the best¡¡ I revised the code but every time I thought I put it.
 
Best regards and many many thanks again also appologuises¡¡¡> Date: Thu, 12 Feb 2009 01:07:39 +0100> Subject: Re: Plot dubt> From: ivan.sutoris at gmail.com> To: oscarbayonacandel at hotmail.com> CC: help-octave at octave.org> > On Wed, Feb 11, 2009 at 3:36 PM, Oscar Bayona Candel> <oscarbayonacandel at hotmail.com> wrote:> > I all I want to use in a same plot a bar/hstogram graph and a line graph> >> > Imagine I have three vectors:> >> > X=[11 12 17 14 9 15];> >> > Y=[12 11 12 14 10 9];> >> > Z=[6 11 8 10 7 9];> >> > I want to make a plot with the trhee variables bu the first I want to make> > an hist or bar chart the other two with lines in the same graph.> >> > Anyone can please help me, thanks in advance for you help¡¡¡¡> >> >> > Other question this is secundary a 2-D plot always have two y axis (left and> > right axis) how can I repet the Y values in both?> > I guess the easiest way would be using "hold on" command, which causes> subsequent plotting commands to be drawn over existing figure:> > X=[11 12 17 14 9 15];> Y=[12 11 12 14 10 9];> Z=[6 11 8 10 7 9];> bar(X)> hold on> plot(Y,'ro-')> plot(Z,'go-')> hold off> > Regarding your second question, I'm not sure what you mean, so could> you clarify? BTW, in general sending the same request for help just> few hours after the first one won't get you faster response and is> quite useless, so I suggest to have more patience next time :)> > Regards> Ivan Sutoris
_________________________________________________________________
Consigue gratis el nuevo Messenger. ¡Descárgatelo! 
http://download.live.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/help-octave/attachments/20090212/84bf26b4/attachment.html 


More information about the Help-octave mailing list