Controlling markertype and linestyle in plotyy
Mostra commenti meno recenti
Hi all
I am using plotyy in the following way:
[AX,H1,H2] = plotyy(x1,y1,x2,[y2a y2b],'plot')
How do I assign different linestyle and markertype to the lines [y2a y2b]?
Cheers
Jakob
Risposta accettata
Più risposte (2)
Daniel Shub
il 10 Mar 2013
If you read the manual (doc plotyy) it tells you exactly how to do it in the example
set(H1,'LineStyle','--')
set(H2,'LineStyle,':')
1 Commento
the cyclist
il 10 Mar 2013
Notice that he wants to potentially set H2(1) and H2(2) to two different values, which is not so obvious.
Jakob Sievers
il 10 Mar 2013
0 voti
Categorie
Scopri di più su Two y-axis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!