Skip to main content

All Questions

0 votes
1 answer
616 views

Default legend font size in octave

I mean to set the default legend font size (and other properties as well) in my Octave script. Both set (activated separately) legend_fontsize = 14; set(0, "defaultlegendlocation", "...
sancho.s ReinstateMonicaCellio's user avatar
0 votes
1 answer
499 views

Octave box legend not proper width with upper case text

I'm reading data from files and use the file's names as legend, but Octave not proper render the originals file's names (in upper case). This is my Octave script (with dummy plot data) files = dir('*....
gvd's user avatar
  • 1,552
4 votes
1 answer
1k views

How to reduce white space in octave legend function

I have build some algorithm and now I should make things pretty enough for presentation. Only problem what I have is a "strange" legend behaviour in octave. I dont know if the problem is because I am ...
Pukaai's user avatar
  • 377