'Linewidth' property with Histogram function
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to change the LineWidth property of a histogram function with DisplayStyle 'stairs', however h.LineWidth does not exist and gives an error:
Error using matlab.graphics.chart.primitive.Histogram/set There is no LineWidth property on the Histogram class.
1 Commento
Adam
il 17 Set 2015
So far as I can see there is no option to change the line width for a histogram.
Risposte (2)
Image Analyst
il 17 Set 2015
Get the counts with your favorite histogram function, then use bar(), plot(), or something to plot it.
0 Commenti
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!