How to increase font size for command window in octave

I tried to figure out how to enlarge the text of the command window.
I understood legend :

 legend('{\fontsize{10} Low }', '{\fontsize{10} Medium }', '{\fontsize{10} High }') 

I tried to do the same, but with command , command_window and other options. I tried right-clicking on the octrave shortcut for an octave gui and setting the font there a lot more. I am running Windows 8.

+5
source share
2 answers

In the upper left navigation bar: octave-gui → settings → Terminal → Font size

NOT the font size of the editor, which is rather confusing.

+11
source

Resize font in terminal not working

He must be here. top nav bar: octave-gui> preferences> Editor styles

select the tab: Octave. and the first line is Default - change the font size.

+2
source

All Articles