Default plot settings for fplot and errorbar
Ältere Kommentare anzeigen
I found that the default plot settings that apply to plots in general don't apply to certain types of plots.
For example:
set(groot, 'DefaultLineLineWidth', 5);
plot(1:10,1:10);
gives the expected result with an increased line width.
But:
set(groot, 'DefaultLineLineWidth', 5);
errorbar(1:10,1:10);
keep default line width. The same thing happens with fplot.
Is it a bug or is it the expected behavior?
Does anyone know how to change the default line width for errorbar or fplot?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Errorbars finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!