How to Increase the rectangular block marker in legend in bar plot

4 vues (au cours des 30 derniers jours)
Jitin Malhotra
Jitin Malhotra le 24 Juin 2021
Commenté : Jitin Malhotra le 24 Juin 2021
I am plotting a bar plot with 5 bars, and each bar has different color (thanks to @imageanalyst), I also got the legend for it, but how to increase the size of the rectangular block marker showing the color of each bar, as when i put it in word at 100% screen size, its not even visible

Réponses (1)

millercommamatt
millercommamatt le 24 Juin 2021
Better design practice is to label the bars directly rather than keeping the label information off the the side in a legend box away from the data. Edward Tufte preaches about this sort of thing constantly.
As for your specific request, it seems that if you alter the Legend.Position property, the size of the box markers in the legend scales with the height of the legend box. So, if you increase the height, the vertical size of the box markers will change. The horizontal size doesn't seem to change. In my experimenting, the legend box moved when I did this so you'll need to manually set the x and y values so that your legend box is where you want it in the figure window.
  2 commentaires
Jitin Malhotra
Jitin Malhotra le 24 Juin 2021
Thanks Matthew for your quick reponse, but for me it doesn't work, i tried it, the size of that block is not scaling up by changing any of the x and y values.
Jitin Malhotra
Jitin Malhotra le 24 Juin 2021
@Image Analyst, can you please help on the above question?

Connectez-vous pour commenter.

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by