Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Baryy

21 views
Skip to first unread message

Tobias Reinke

unread,
Oct 15, 2010, 4:37:05 AM10/15/10
to
Hi,
I'm trying to plot my data with bar(). But i need two different y-axis (like plotyy()).
I was trying it in this way: plotyy(t, d1, t, d2, @bar)
But i couldn't set 'style' = 'groupe'
can anybody helb me with this please?
Thanks,
Tobi

Tobias Reinke

unread,
Oct 15, 2010, 4:38:05 AM10/15/10
to

Steven_Lord

unread,
Oct 15, 2010, 9:44:34 AM10/15/10
to

"Tobias Reinke" <Reinke.Tobi...@cassidian.com> wrote in message
news:i993rh$j54$1...@fred.mathworks.com...

PLOTYY returns handles to the objects that were created. Since you're using
BAR, those should be handles to a barseries object. If this is the case,
you should be all set, as 'grouped' is the default value of the barseries
BarLayout property. If you want to change it, use SET on the second and/or
third output of PLOTYY.

http://www.mathworks.com/help/techdoc/ref/barseriesproperties.html#BarLayout

--
Steve Lord
sl...@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

0 new messages