FONT_SIZE in PLOT() [message #85602] |
Wed, 21 August 2013 00:58  |
hannah_ue
Messages: 14 Registered: November 2012
|
Junior Member |
|
|
Hi there,
I have a question regarding the font_size in the IDL reference PLOT(): With what exactly does it scale?
I make plots with different dimensions but want the same font size everywhere. It does not seem so scale only with e.g. the x dimension.
Is it connected to pixels or anything like that?
Any help appreciated!
Thanks,
Hannah
|
|
|
|
Re: FONT_SIZE in PLOT() [message #85655 is a reply to message #85603] |
Fri, 23 August 2013 12:45  |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
On Wednesday, August 21, 2013 2:03:03 AM UTC-6, hann...@web.de wrote:
> ...or better: What is the connection between points and dimension?
Hi Hannah,
The font_size should be in "points", just like a word processing app. So if you set font_size=12, this should approximately match a 12-point font in say Microsoft Word. Text that is 72 points tall should give you text that is about 1 inch tall, depending upon your screen's dots-per-inch setting.
Cheers,
Chris
ExelisVIS
|
|
|