set xrange [0:10]
set xtics 5
and, have a look at the manual:
http://www.gnuplot.info/docs/gnuplot.html
especially at:
http://www.gnuplot.info/docs/node294.html
http://www.gnuplot.info/docs/node295.html
Trillianx wrote:
>
> Thanks, that answered my question. I have another one related to this one.
> My x-axis shows tics 1 through 10, however, I would like it to display 0,
> 5, and 10. How do I make this happen?
>
> Thanks!
>
> Trillian
>
>
>
>
> Thomas Sefzick wrote:
>>
>> set xrange[1:10]
>> set xtics font "Times-Roman, 30"
>>
>>
>> Trillianx wrote:
>>>
>>> I am using x11 terminal.
>>>
>>> Thanks!
>>>
>>>
>>>
>>> Thomas Sefzick wrote:
>>>>
>>>> which terminal are you using?
>>>>
>>>>
>>>> Trillianx wrote:
>>>>>
>>>>> I would like to increase the font size of the numbers in the x-axis
>>>>> and y-axis. How would I do that?
>>>>>
>>>>> The command:
>>>>>
>>>>> set xrange[1:10] font "Times-Roman, 30"
>>>>>
>>>>> does not work! But I want the numbers to be bigger. How do I make that
>>>>> work?
>>>>>
>>>>> Thank you,
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
--
View this message in context: http://www.nabble.com/Increasing-font-of-x-axis-and-y-axis-tp24486131p24499529.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|