|
From: Thomas S. <t.s...@fz...> - 2011-06-06 08:52:10
|
it's better to position the bar first and then the other stuff, otherwise
characters may overlap.
doesn't look good:
set title '{/Symbol @\326\140}@m{/Symbol \140}@+{/Symbol \140}3'
looks much better:
set title '{/Symbol @{\140\140\140\140}\326}m+3
Thomas Sefzick wrote:
>
> you may position a bar
> {/Symbol \140}
> over the following character by aligning it to the actual character:
>
> sqrt(x)+3:
> set title '{/Symbol @\326\140}x+3'
>
> sqrt(x+3):
> set title '{/Symbol @\326\140}@x{/Symbol \140}@+{/Symbol \140}3'
>
>
> plotplot wrote:
>>
>> Hello,
>>
>> I use the Symbol font (see ps_guide.ps) with the following steps:
>>
>>
>> set terminal postscript eps enhanced
>> set ylabel '{/Symbol \326}x'
>>
>>
>> It will give sqrt sign and x. √ x. But, the bar for the square root is
>> missing.
>> This is a problem for sqrt(x)+3 and sqrt(x+3),
>> is there any way to add the missing bar above the expression such as x?
>>
>> Thanks.
>> tom
>>
>>
>>
>
>
--
View this message in context: http://old.nabble.com/sqrt-symbol-for-sqrt%28x%2B3%29-and-sqrt%28x%29%2B3-tp31777968p31781508.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|