Change histogram legend marker [R2017b]
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have plotted a histogram and some horizontal limit lines.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168993/image.png)
When I run the code
[lgd, lObjs] = legend(voltageHist, ['File: ',file],'90 kV','100 kV', 'Location','southoutside','Orientation','horizontal');
my marker for the File string disappears. If I run the line :
lgd = legend(voltageHist, ['File: ',file],'90 kV','100 kV', 'Location','southoutside','Orientation','horizontal');
all works as expected. It seems second return value is creating the problem of the marker disappearing. I would like to change the legend marker to a line and not a box. The box that was there in the second scenari is shown below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168994/image.png)
I cannot manage to change the marker and the presentation is important in this case.
Any help would be appreciated.
Kind regards, TJ
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Legend についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!