|
From: yoel <yoe...@gm...> - 2011-01-12 18:46:38
|
Hi all, I'm looking for a way to print in the postscript terminal, the signs for perpendicular and parallel. The first looks like this: | --- and the second like this: || I'm using the Helvetica font but will change it if necessary. Thanks a million! Yoel -- View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30654353.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Thomas S. <t.s...@fz...> - 2011-01-16 12:49:49
|
did you have a look at the file "ps_guide.ps" which should come with every gnuplot installation? yoel wrote: > > Hi all, > I'm looking for a way to print in the postscript terminal, the signs for > perpendicular and parallel. > The first looks like this: > > | > --- > > and the second like this: > > || > > I'm using the Helvetica font but will change it if necessary. > > Thanks a million! > Yoel > -- View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676147.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: yoel <yoe...@gm...> - 2011-01-16 14:41:24
|
of course. I didn't find it there (or did I miss it?) Yoel Thomas Sefzick wrote: > > did you have a look at the file "ps_guide.ps" which should come with every > gnuplot installation? > > > yoel wrote: >> >> Hi all, >> I'm looking for a way to print in the postscript terminal, the signs for >> perpendicular and parallel. >> The first looks like this: >> >> | >> --- >> >> and the second like this: >> >> || >> >> I'm using the Helvetica font but will change it if necessary. >> >> Thanks a million! >> Yoel >> > > -- View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676154.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Thomas S. <t.s...@fz...> - 2011-01-17 15:30:22
|
perpendicular:
{/Symbol \136}
parallel:
{/Symbol \174\174}
yoel wrote:
>
> of course.
> I didn't find it there (or did I miss it?)
> Yoel
>
>
> Thomas Sefzick wrote:
>>
>> did you have a look at the file "ps_guide.ps" which should come with
>> every
>> gnuplot installation?
>>
>>
>> yoel wrote:
>>>
>>> Hi all,
>>> I'm looking for a way to print in the postscript terminal, the signs for
>>> perpendicular and parallel.
>>> The first looks like this:
>>>
>>> |
>>> ---
>>>
>>> and the second like this:
>>>
>>> ||
>>>
>>> I'm using the Helvetica font but will change it if necessary.
>>>
>>> Thanks a million!
>>> Yoel
>>>
>>
>>
>
>
--
View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676208.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|
|
From: yoel <yoe...@gm...> - 2011-01-17 17:11:33
|
Thank you Thomas!
The Parallel sign worked fine, but I still have a problem with the
perpendicular sign.
Using this script:
set term postscript eps enhanced color "Helvetica" 24 size 10, 5
set output "perp.eps"
plot 1 title "{/Symbol \136}"
This is what I get in the terminal:
enhanced text parser - spurious }
enhanced text parser - spurious }
Any idea?
Yoel
Thomas Sefzick wrote:
>
> perpendicular:
> {/Symbol \136}
> parallel:
> {/Symbol \174\174}
>
>
> yoel wrote:
>>
>> of course.
>> I didn't find it there (or did I miss it?)
>> Yoel
>>
>>
>> Thomas Sefzick wrote:
>>>
>>> did you have a look at the file "ps_guide.ps" which should come with
>>> every
>>> gnuplot installation?
>>>
>>>
>>> yoel wrote:
>>>>
>>>> Hi all,
>>>> I'm looking for a way to print in the postscript terminal, the signs
>>>> for perpendicular and parallel.
>>>> The first looks like this:
>>>>
>>>> |
>>>> ---
>>>>
>>>> and the second like this:
>>>>
>>>> ||
>>>>
>>>> I'm using the Helvetica font but will change it if necessary.
>>>>
>>>> Thanks a million!
>>>> Yoel
>>>>
>>>
>>>
>>
>>
>
>
--
View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676215.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|
|
From: Thomas S. <t.s...@fz...> - 2011-01-17 19:06:21
|
plot 1 title '{/Symbol \136}'
yoel wrote:
>
> Thank you Thomas!
> The Parallel sign worked fine, but I still have a problem with the
> perpendicular sign.
> Using this script:
>
> set term postscript eps enhanced color "Helvetica" 24 size 10, 5
> set output "perp.eps"
> plot 1 title "{/Symbol \136}"
>
> This is what I get in the terminal:
> enhanced text parser - spurious }
> enhanced text parser - spurious }
>
> Any idea?
> Yoel
>
>
>
> Thomas Sefzick wrote:
>>
>> perpendicular:
>> {/Symbol \136}
>> parallel:
>> {/Symbol \174\174}
>>
>>
>> yoel wrote:
>>>
>>> of course.
>>> I didn't find it there (or did I miss it?)
>>> Yoel
>>>
>>>
>>> Thomas Sefzick wrote:
>>>>
>>>> did you have a look at the file "ps_guide.ps" which should come with
>>>> every
>>>> gnuplot installation?
>>>>
>>>>
>>>> yoel wrote:
>>>>>
>>>>> Hi all,
>>>>> I'm looking for a way to print in the postscript terminal, the signs
>>>>> for perpendicular and parallel.
>>>>> The first looks like this:
>>>>>
>>>>> |
>>>>> ---
>>>>>
>>>>> and the second like this:
>>>>>
>>>>> ||
>>>>>
>>>>> I'm using the Helvetica font but will change it if necessary.
>>>>>
>>>>> Thanks a million!
>>>>> Yoel
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
--
View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676225.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|
|
From: yoel <yoe...@gm...> - 2011-01-17 19:28:24
|
Works!
Thanks a lot!
Thomas Sefzick wrote:
>
> plot 1 title '{/Symbol \136}'
>
>
> yoel wrote:
>>
>> Thank you Thomas!
>> The Parallel sign worked fine, but I still have a problem with the
>> perpendicular sign.
>> Using this script:
>>
>> set term postscript eps enhanced color "Helvetica" 24 size 10, 5
>> set output "perp.eps"
>> plot 1 title "{/Symbol \136}"
>>
>> This is what I get in the terminal:
>> enhanced text parser - spurious }
>> enhanced text parser - spurious }
>>
>> Any idea?
>> Yoel
>>
>>
>>
>> Thomas Sefzick wrote:
>>>
>>> perpendicular:
>>> {/Symbol \136}
>>> parallel:
>>> {/Symbol \174\174}
>>>
>>>
>>> yoel wrote:
>>>>
>>>> of course.
>>>> I didn't find it there (or did I miss it?)
>>>> Yoel
>>>>
>>>>
>>>> Thomas Sefzick wrote:
>>>>>
>>>>> did you have a look at the file "ps_guide.ps" which should come with
>>>>> every
>>>>> gnuplot installation?
>>>>>
>>>>>
>>>>> yoel wrote:
>>>>>>
>>>>>> Hi all,
>>>>>> I'm looking for a way to print in the postscript terminal, the signs
>>>>>> for perpendicular and parallel.
>>>>>> The first looks like this:
>>>>>>
>>>>>> |
>>>>>> ---
>>>>>>
>>>>>> and the second like this:
>>>>>>
>>>>>> ||
>>>>>>
>>>>>> I'm using the Helvetica font but will change it if necessary.
>>>>>>
>>>>>> Thanks a million!
>>>>>> Yoel
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
--
View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676227.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|
|
From: Thomas S. <t.s...@fz...> - 2011-01-16 13:06:16
|
did you have a look at the file "ps_guide.ps" which should come with every gnuplot installation? yoel wrote: > > Hi all, > I'm looking for a way to print in the postscript terminal, the signs for > perpendicular and parallel. > The first looks like this: > > | > --- > > and the second like this: > > || > > I'm using the Helvetica font but will change it if necessary. > > Thanks a million! > Yoel > -- View this message in context: http://old.nabble.com/perpendicular-and-parallel-signs-tp30654353p30676149.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |