Thread Closed

Mathematica - Change graph font size

 
Share Thread Thread Tools
Feb4-10, 08:02 PM   #1
 

Mathematica - Change graph font size


Good day to all,

I need help on how to change font size for numbers in x and y axis. For axes label I could change the font size using below command, but how about the scaling itself.

Plot[Sin[x],{x,0,100},AxesLabel->{Style["t",Italic,Large]}]

Thank you in advance.

Regards,
sugaku
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Feb4-10, 10:32 PM   #2
 
Recognitions:
Gold Membership Gold Member
Plot[x, {x, 0, 1}, TicksStyle -> Directive[15]]

the 15 is the font, it actually took a while to find this, ticks are not listed as an option of plot, but it is.

can also make other changes:

Plot[x, {x, 0, 1}, TicksStyle -> Directive[Red, Bold, 20, Italic]]
Thread Closed
Thread Tools


Similar Threads for: Mathematica - Change graph font size
Thread Forum Replies
Can you graph complex #'s in Mathematica? Math & Science Software 1
HTML and font size Programming & Comp Sci 3
LaTex font size Forum Feedback & Announcements 2
Font size with Word and AutoCAD Computing & Technology 1
Mathematica cant graph Math & Science Software 4