Simple question about plot
Mostra commenti meno recenti
I want to increase the thickness of a line in a plot with the command 'Linewidth' followed by a number, for example:
plot(x,y,'Linewidth',3).
The problem is that I have a double-y plot , generated like this:
plotyy(x,y1,x,y2)
and I don't know how to do this. The commands
plotyy(x,y1,x,y2,'Linewidth',3)
and
plotyy(x,y1,'Linewidth',3,x,y2,'Linewidth',3)
don't work. Thank you.
Risposta accettata
Più risposte (0)
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!