Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase font size for command window in octave

Tags:

octave

I was trying to figure out how to increase the command window text.
I figured out legend:

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

I tried doing the same thing, but with command, command_window, and other variations. I have tried to right click on octrave shortcut for the octave gui and set the font there to much larger. I am running Windows 8.

like image 268
zissler Avatar asked Apr 05 '15 06:04

zissler


2 Answers

In the top left nav bar: octave-gui -> preferences -> Terminal -> Font Size

NOT editor font size, which is fairly confusing.

like image 164
ObjectNameDisplay Avatar answered Oct 21 '22 14:10

ObjectNameDisplay


Change the font size in terminal doesn't work

It should be here. top nav bar: octave-gui > preferences > Editor Styles

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

like image 41
Liu Y. Avatar answered Oct 21 '22 14:10

Liu Y.