Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4645 > unrolled thread
| Started by | db <dieterhansbritz@gmail.com> |
|---|---|
| First post | 2024-02-18 14:54 +0100 |
| Last post | 2024-02-20 10:42 +0100 |
| Articles | 14 — 5 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
Label problem db <dieterhansbritz@gmail.com> - 2024-02-18 14:54 +0100
Re: Label problem Karl Ratzsch <mail.kfr@gmx.net> - 2024-02-18 23:00 +0100
Re: Label problem db <dieterhansbritz@gmail.com> - 2024-02-19 14:11 +0100
Re: Label problem Jörg Buchholz <bookwood4new@freenet.de> - 2024-02-20 09:01 +0100
Re: Label problem db <dieterhansbritz@gmail.com> - 2024-02-20 16:08 +0100
Re: Label problem Jörg Buchholz <bookwood4new@freenet.de> - 2024-02-21 07:13 +0100
Re: Label problem db <dieterhansbritz@gmail.com> - 2024-02-21 13:25 +0100
Re: Label problem Jörg Buchholz <bookwood4new@freenet.de> - 2024-02-22 09:19 +0100
Re: Label problem db <dieterhansbritz@gmail.com> - 2024-02-24 09:17 +0100
Re: Label problem db <dieterhansbritz@gmail.com> - 2024-02-24 16:55 +0100
Re: Label problem Jörg Buchholz <bookwood4new@freenet.de> - 2024-02-26 08:57 +0100
Re: Label problem Klaus Dahlke <kdahlke@gmx.de> - 2024-02-22 11:14 +0000
Re: Label problem Hans-Bernhard Bröker <HBBroeker@gmail.com> - 2024-02-19 20:32 +0100
Re: Label problem db <dieterhansbritz@gmail.com> - 2024-02-20 10:42 +0100
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-18 14:54 +0100 |
| Subject | Label problem |
| Message-ID | <uqt271$14q7j$1@dont-email.me> |
I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
Without the i it's easy, '{/Symbol \326 \164}' but as soon as
introduce the i it goes haywire.
How do get that label? I am plotting into postscript enh eps.
--
Dieter Britz
[toc] | [next] | [standalone]
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Date | 2024-02-18 23:00 +0100 |
| Message-ID | <uqtuma$ab03$1@solani.org> |
| In reply to | #4645 |
Symbol fonts?
This is the year 2024, use utf8.
Karl
Am 18.02.2024 um 14:54 schrieb db:
> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
> introduce the i it goes haywire.
> How do get that label? I am plotting into postscript enh eps.
[toc] | [prev] | [next] | [standalone]
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-19 14:11 +0100 |
| Message-ID | <uqvk1e$1siba$2@dont-email.me> |
| In reply to | #4646 |
On 18.02.2024 23.00, Karl Ratzsch wrote:
> Symbol fonts?
> This is the year 2024, use utf8.
>
> Karl
>
>
> Am 18.02.2024 um 14:54 schrieb db:
>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
>> introduce the i it goes haywire.
>> How do get that label? I am plotting into postscript enh eps.
>
Could you expand on that? What should I do in a gnuplot
script?
--
Dieter Britz
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2024-02-20 09:01 +0100 |
| Message-ID | <ur1m8c$2d6oe$1@dont-email.me> |
| In reply to | #4647 |
On 19.02.2024 14:11, db wrote:
> On 18.02.2024 23.00, Karl Ratzsch wrote:
>> Symbol fonts?
>> This is the year 2024, use utf8.
>>
>> Karl
>>
>>
>> Am 18.02.2024 um 14:54 schrieb db:
>>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
>>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
>>> introduce the i it goes haywire.
>>> How do get that label? I am plotting into postscript enh eps.
>>
> Could you expand on that? What should I do in a gnuplot
> script?
set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
That looks similar to the LaTex output.
Jörg
[toc] | [prev] | [next] | [standalone]
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-20 16:08 +0100 |
| Message-ID | <ur2f8t$2i8o1$1@dont-email.me> |
| In reply to | #4650 |
On 20.02.2024 09.01, Jörg Buchholz wrote:
> On 19.02.2024 14:11, db wrote:
>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>> Symbol fonts?
>>> This is the year 2024, use utf8.
>>>
>>> Karl
>>>
>>>
>>> Am 18.02.2024 um 14:54 schrieb db:
>>>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
>>>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
>>>> introduce the i it goes haywire.
>>>> How do get that label? I am plotting into postscript enh eps.
>>>
>> Could you expand on that? What should I do in a gnuplot
>> script?
>
> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>
> That looks similar to the LaTex output.
>
> Jörg
Tried that, no good. I must bemissing something. Here is
a mini-example
gnuplot << eoi
set term postscript enh eps 24
set output 'mini.eps'
set xlabel "x"
#set ylabel '{/Symbol i \326 \164}' norotate --- no good
#set ylabel '{i /Symbol \326 \164}' norotate --- no good
set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
plot x*sqrt(x) w p pt 7
quit
eoi
gv mini.eps
What am I missing?--
Dieter Britz
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2024-02-21 07:13 +0100 |
| Message-ID | <ur44au$2vnn6$1@dont-email.me> |
| In reply to | #4652 |
On 20.02.2024 16:08, db wrote:
> On 20.02.2024 09.01, Jörg Buchholz wrote:
>> On 19.02.2024 14:11, db wrote:
>>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>>> Symbol fonts?
>>>> This is the year 2024, use utf8.
>>>>
>>>> Karl
>>>>
>>>>
>>>> Am 18.02.2024 um 14:54 schrieb db:
>>>>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
>>>>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
>>>>> introduce the i it goes haywire.
>>>>> How do get that label? I am plotting into postscript enh eps.
>>>>
>>> Could you expand on that? What should I do in a gnuplot
>>> script?
>>
>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>>
>> That looks similar to the LaTex output.
>>
>> Jörg
> Tried that, no good. I must bemissing something. Here is
> a mini-example
>
> gnuplot << eoi
> set term postscript enh eps 24
> set output 'mini.eps'
> set xlabel "x"
> #set ylabel '{/Symbol i \326 \164}' norotate --- no good
> #set ylabel '{i /Symbol \326 \164}' norotate --- no good
> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
> plot x*sqrt(x) w p pt 7
> quit
> eoi
> gv mini.eps
>
> What am I missing?--
> Dieter Britz
>
Use term epscairo instead of eps. The problem is to realise the
"topline" of the square root. So it can be better only use:
set ylabel "{/:Italic {i \U+221A \U+03C4}}"
Jörg
[toc] | [prev] | [next] | [standalone]
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-21 13:25 +0100 |
| Message-ID | <ur4q3l$34hs2$1@dont-email.me> |
| In reply to | #4653 |
On 21.02.2024 07.13, Jörg Buchholz wrote:
> On 20.02.2024 16:08, db wrote:
>> On 20.02.2024 09.01, Jörg Buchholz wrote:
>>> On 19.02.2024 14:11, db wrote:
>>>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>>>> Symbol fonts?
>>>>> This is the year 2024, use utf8.
>>>>>
>>>>> Karl
>>>>>
>>>>>
>>>>> Am 18.02.2024 um 14:54 schrieb db:
>>>>>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
>>>>>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
>>>>>> introduce the i it goes haywire.
>>>>>> How do get that label? I am plotting into postscript enh eps.
>>>>>
>>>> Could you expand on that? What should I do in a gnuplot
>>>> script?
>>>
>>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>>>
>>> That looks similar to the LaTex output.
>>>
>>> Jörg
>> Tried that, no good. I must bemissing something. Here is
>> a mini-example
>>
>> gnuplot << eoi
>> set term postscript enh eps 24
>> set output 'mini.eps'
>> set xlabel "x"
>> #set ylabel '{/Symbol i \326 \164}' norotate --- no good
>> #set ylabel '{i /Symbol \326 \164}' norotate --- no good
>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>> plot x*sqrt(x) w p pt 7
>> quit
>> eoi
>> gv mini.eps
>>
>> What am I missing?--
>> Dieter Britz
>>
> Use term epscairo instead of eps. The problem is to realise the
> "topline" of the square root. So it can be better only use:
> set ylabel "{/:Italic {i \U+221A \U+03C4}}"
>
> Jörg
>
>
That only turns the plot on its side, but still the same
garbled y label.
--
Dieter Britz
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2024-02-22 09:19 +0100 |
| Message-ID | <ur701p$3ouh4$1@dont-email.me> |
| In reply to | #4654 |
On 21.02.2024 13:25, db wrote:
> On 21.02.2024 07.13, Jörg Buchholz wrote:
>> On 20.02.2024 16:08, db wrote:
>>> On 20.02.2024 09.01, Jörg Buchholz wrote:
>>>> On 19.02.2024 14:11, db wrote:
>>>>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>>>>> Symbol fonts? This is the year 2024, use utf8.
>>>>>>
>>>>>> Karl
>>>>>>
>>>>>>
>>>>>> Am 18.02.2024 um 14:54 schrieb db:
>>>>>>> I am trying to get a ylabel like the LaTeX form
>>>>>>> $i\sqrt{\tau}$. Without the i it's easy, '{/Symbol \326
>>>>>>> \164}' but as soon as introduce the i it goes haywire.
>>>>>>> How do get that label? I am plotting into postscript enh
>>>>>>> eps.
>>>>>>
>>>>> Could you expand on that? What should I do in a gnuplot
>>>>> script?
>>>>
>>>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>>>>
>>>> That looks similar to the LaTex output.
>>>>
>>>> Jörg
>>> Tried that, no good. I must bemissing something. Here is a
>>> mini-example
>>>
>>> gnuplot << eoi set term postscript enh eps 24 set output
>>> 'mini.eps' set xlabel "x" #set ylabel '{/Symbol i \326 \164}'
>>> norotate --- no good #set ylabel '{i /Symbol \326 \164}'
>>> norotate --- no good set ylabel "{/:Italic {i \U+221A
>>> \U+0305\U+03C4}}" plot x*sqrt(x) w p pt 7 quit eoi gv mini.eps
>>>
>>> What am I missing?-- Dieter Britz
>>>
>> Use term epscairo instead of eps. The problem is to realise the
>> "topline" of the square root. So it can be better only use: set
>> ylabel "{/:Italic {i \U+221A \U+03C4}}"
>>
>> Jörg
>>
>>
> That only turns the plot on its side, but still the same garbled y
> label.
Don't know what the problem on your machine is. Here, tested on WIN10
and Linux, the following looks good.
WIN and Linux with gnuplot 5.4.8
set term epscairo
set output 'mini.eps'
set xlabel "x"
set ylabel "{/:Italic {i \U+221A\U+03C4}}"
set arrow 1 from screen 0.0145,0.56 rto screen 0.0,0.025 nohead
plot x*sqrt(x) w p pt 7
set out
Jörg
[toc] | [prev] | [next] | [standalone]
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-24 09:17 +0100 |
| Message-ID | <urc8mq$13bdv$1@dont-email.me> |
| In reply to | #4656 |
On 22.02.2024 09.19, Jörg Buchholz wrote:
> On 21.02.2024 13:25, db wrote:
>> On 21.02.2024 07.13, Jörg Buchholz wrote:
>>> On 20.02.2024 16:08, db wrote:
>>>> On 20.02.2024 09.01, Jörg Buchholz wrote:
>>>>> On 19.02.2024 14:11, db wrote:
>>>>>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>>>>>> Symbol fonts? This is the year 2024, use utf8.
>>>>>>>
>>>>>>> Karl
>>>>>>>
>>>>>>>
>>>>>>> Am 18.02.2024 um 14:54 schrieb db:
>>>>>>>> I am trying to get a ylabel like the LaTeX form
>>>>>>>> $i\sqrt{\tau}$. Without the i it's easy, '{/Symbol \326
>>>>>>>> \164}' but as soon as introduce the i it goes haywire.
>>>>>>>> How do get that label? I am plotting into postscript enh
>>>>>>>> eps.
>>>>>>>
>>>>>> Could you expand on that? What should I do in a gnuplot
>>>>>> script?
>>>>>
>>>>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>>>>>
>>>>> That looks similar to the LaTex output.
>>>>>
>>>>> Jörg
>>>> Tried that, no good. I must bemissing something. Here is a
>>>> mini-example
>>>>
>>>> gnuplot << eoi set term postscript enh eps 24 set output
>>>> 'mini.eps' set xlabel "x" #set ylabel '{/Symbol i \326 \164}'
>>>> norotate --- no good #set ylabel '{i /Symbol \326 \164}'
>>>> norotate --- no good set ylabel "{/:Italic {i \U+221A
>>>> \U+0305\U+03C4}}" plot x*sqrt(x) w p pt 7 quit eoi gv mini.eps
>>>>
>>>> What am I missing?-- Dieter Britz
>>>>
>>> Use term epscairo instead of eps. The problem is to realise the
>>> "topline" of the square root. So it can be better only use: set
>>> ylabel "{/:Italic {i \U+221A \U+03C4}}"
>>>
>>> Jörg
>>>
>>>
>> That only turns the plot on its side, but still the same garbled y
>> label.
>
> Don't know what the problem on your machine is. Here, tested on WIN10
> and Linux, the following looks good.
> WIN and Linux with gnuplot 5.4.8
>
> set term epscairo
> set output 'mini.eps'
> set xlabel "x"
> set ylabel "{/:Italic {i \U+221A\U+03C4}}"
> set arrow 1 from screen 0.0145,0.56 rto screen 0.0,0.025 nohead
> plot x*sqrt(x) w p pt 7
> set out
>
>
> Jörg
That doesn't work either, see the result here
www.dieterbritz.dk/mini.eps
Is there any way I can use LaTeX notation?
--
Dieter Britz
[toc] | [prev] | [next] | [standalone]
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-24 16:55 +0100 |
| Message-ID | <urd3hn$18vm6$1@dont-email.me> |
| In reply to | #4659 |
On 24.02.2024 09.17, db wrote:
> On 22.02.2024 09.19, Jörg Buchholz wrote:
>> On 21.02.2024 13:25, db wrote:
>>> On 21.02.2024 07.13, Jörg Buchholz wrote:
>>>> On 20.02.2024 16:08, db wrote:
>>>>> On 20.02.2024 09.01, Jörg Buchholz wrote:
>>>>>> On 19.02.2024 14:11, db wrote:
>>>>>>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>>>>>>> Symbol fonts? This is the year 2024, use utf8.
>>>>>>>>
>>>>>>>> Karl
>>>>>>>>
>>>>>>>>
>>>>>>>> Am 18.02.2024 um 14:54 schrieb db:
>>>>>>>>> I am trying to get a ylabel like the LaTeX form
>>>>>>>>> $i\sqrt{\tau}$. Without the i it's easy, '{/Symbol \326
>>>>>>>>> \164}' but as soon as introduce the i it goes haywire.
>>>>>>>>> How do get that label? I am plotting into postscript enh
>>>>>>>>> eps.
>>>>>>>>
>>>>>>> Could you expand on that? What should I do in a gnuplot
>>>>>>> script?
>>>>>>
>>>>>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>>>>>>
>>>>>> That looks similar to the LaTex output.
>>>>>>
>>>>>> Jörg
>>>>> Tried that, no good. I must bemissing something. Here is a
>>>>> mini-example
>>>>>
>>>>> gnuplot << eoi set term postscript enh eps 24 set output
>>>>> 'mini.eps' set xlabel "x" #set ylabel '{/Symbol i \326 \164}'
>>>>> norotate --- no good #set ylabel '{i /Symbol \326 \164}'
>>>>> norotate --- no good set ylabel "{/:Italic {i \U+221A
>>>>> \U+0305\U+03C4}}" plot x*sqrt(x) w p pt 7 quit eoi gv mini.eps
>>>>>
>>>>> What am I missing?-- Dieter Britz
>>>>>
>>>> Use term epscairo instead of eps. The problem is to realise the
>>>> "topline" of the square root. So it can be better only use: set
>>>> ylabel "{/:Italic {i \U+221A \U+03C4}}"
>>>>
>>>> Jörg
>>>>
>>>>
>>> That only turns the plot on its side, but still the same garbled y
>>> label.
>>
>> Don't know what the problem on your machine is. Here, tested on WIN10
>> and Linux, the following looks good.
>> WIN and Linux with gnuplot 5.4.8
>>
>> set term epscairo
>> set output 'mini.eps'
>> set xlabel "x"
>> set ylabel "{/:Italic {i \U+221A\U+03C4}}"
>> set arrow 1 from screen 0.0145,0.56 rto screen 0.0,0.025 nohead
>> plot x*sqrt(x) w p pt 7
>> set out
>>
>>
>> Jörg
> That doesn't work either, see the result here
> www.dieterbritz.dk/mini.eps
>
> Is there any way I can use LaTeX notation?
That might have been a can of worms. I found a solution
though, e.g.
set label '{/Times-Roman i}' at -1,0.28
set label '{/Symbol \326 \164}' at -0.8,0.28
with a bit of fiddling to get them in the right place.
Not elegant but it works.
--
Dieter Britz
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2024-02-26 08:57 +0100 |
| Message-ID | <urhga0$2e33n$1@dont-email.me> |
| In reply to | #4659 |
On 24.02.2024 09:17, db wrote:
> On 22.02.2024 09.19, Jörg Buchholz wrote:
>> On 21.02.2024 13:25, db wrote:
>>> On 21.02.2024 07.13, Jörg Buchholz wrote:
>>>> On 20.02.2024 16:08, db wrote:
>>>>> On 20.02.2024 09.01, Jörg Buchholz wrote:
>>>>>> On 19.02.2024 14:11, db wrote:
>>>>>>> On 18.02.2024 23.00, Karl Ratzsch wrote:
>>>>>>>> Symbol fonts? This is the year 2024, use utf8.
>>>>>>>>
>>>>>>>> Karl
>>>>>>>>
>>>>>>>>
>>>>>>>> Am 18.02.2024 um 14:54 schrieb db:
>>>>>>>>> I am trying to get a ylabel like the LaTeX form
>>>>>>>>> $i\sqrt{\tau}$. Without the i it's easy, '{/Symbol \326
>>>>>>>>> \164}' but as soon as introduce the i it goes haywire.
>>>>>>>>> How do get that label? I am plotting into postscript enh
>>>>>>>>> eps.
>>>>>>>>
>>>>>>> Could you expand on that? What should I do in a gnuplot
>>>>>>> script?
>>>>>>
>>>>>> set ylabel "{/:Italic {i \U+221A \U+0305\U+03C4}}"
>>>>>>
>>>>>> That looks similar to the LaTex output.
>>>>>>
>>>>>> Jörg
>>>>> Tried that, no good. I must bemissing something. Here is a
>>>>> mini-example
>>>>>
>>>>> gnuplot << eoi set term postscript enh eps 24 set output
>>>>> 'mini.eps' set xlabel "x" #set ylabel '{/Symbol i \326 \164}'
>>>>> norotate --- no good #set ylabel '{i /Symbol \326 \164}'
>>>>> norotate --- no good set ylabel "{/:Italic {i \U+221A
>>>>> \U+0305\U+03C4}}" plot x*sqrt(x) w p pt 7 quit eoi gv mini.eps
>>>>>
>>>>> What am I missing?-- Dieter Britz
>>>>>
>>>> Use term epscairo instead of eps. The problem is to realise the
>>>> "topline" of the square root. So it can be better only use: set
>>>> ylabel "{/:Italic {i \U+221A \U+03C4}}"
>>>>
>>>> Jörg
>>>>
>>>>
>>> That only turns the plot on its side, but still the same garbled y
>>> label.
>>
>> Don't know what the problem on your machine is. Here, tested on WIN10
>> and Linux, the following looks good.
>> WIN and Linux with gnuplot 5.4.8
>>
>> set term epscairo
>> set output 'mini.eps'
>> set xlabel "x"
>> set ylabel "{/:Italic {i \U+221A\U+03C4}}"
>> set arrow 1 from screen 0.0145,0.56 rto screen 0.0,0.025 nohead
>> plot x*sqrt(x) w p pt 7
>> set out
>>
>>
>> Jörg
> That doesn't work either, see the result here
> www.dieterbritz.dk/mini.eps
Has you include the "set encoding utf8" before the set term?
set encoding utf8
set term epscairo
set output 'mini-utf8.eps'
set xlabel "x"
set ylabel "{/:Italic {i \U+221A\U+03C4}}"
set arrow 1 from screen 0.0145,0.56 rto screen 0.0,0.025 nohead
plot x*sqrt(x) w p pt 7
set out
> Is there any way I can use LaTeX notation?
Yes.
set ylabel '$i \sqrt{\tau}$'
set out 'mini-eps.tex'
set terminal cairolatex eps input
plot x*sqrt(x) w p pt 7
set out
After this you have two files in your directory.
mini-eps.tex and mini-eps.eps
you must include the .tex file in your LaTeX file.
\input{./mini-eps.tex}
Jörg
[toc] | [prev] | [next] | [standalone]
| From | Klaus Dahlke <kdahlke@gmx.de> |
|---|---|
| Date | 2024-02-22 11:14 +0000 |
| Message-ID | <ur7a9r$3qvfl$1@dont-email.me> |
| In reply to | #4652 |
> Tried that, no good. I must bemissing something. Here is a mini-example
>
> gnuplot << eoi set term postscript enh eps 24 set output 'mini.eps'
> set xlabel "x"
> #set ylabel '{/Symbol i \326 \164}' norotate --- no good #set ylabel
> '{i /Symbol \326 \164}' norotate --- no good set ylabel "{/:Italic {i
> \U+221A \U+0305\U+03C4}}"
> plot x*sqrt(x) w p pt 7 quit eoi gv mini.eps
>
> What am I missing?--
> Dieter Britz
you may have to set explicitly the encoding to utf:
set encoding utf8
Best
Klaus
[toc] | [prev] | [next] | [standalone]
| From | Hans-Bernhard Bröker <HBBroeker@gmail.com> |
|---|---|
| Date | 2024-02-19 20:32 +0100 |
| Message-ID | <l3hom8F407vU1@mid.dfncis.de> |
| In reply to | #4645 |
Am 18.02.2024 um 14:54 schrieb db:
> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
> introduce the i it goes haywire.
You forgot to show _how_ you added that 'i'.
Nor is "goes haywire" a very enlightening description of the result.
[toc] | [prev] | [next] | [standalone]
| From | db <dieterhansbritz@gmail.com> |
|---|---|
| Date | 2024-02-20 10:42 +0100 |
| Message-ID | <ur1s67$2eb9h$2@dont-email.me> |
| In reply to | #4648 |
On 19.02.2024 20.32, Hans-Bernhard Bröker wrote:
> Am 18.02.2024 um 14:54 schrieb db:
>> I am trying to get a ylabel like the LaTeX form $i\sqrt{\tau}$.
>> Without the i it's easy, '{/Symbol \326 \164}' but as soon as
>> introduce the i it goes haywire.
>
> You forgot to show _how_ you added that 'i'.
>
> Nor is "goes haywire" a very enlightening description of the result.
>
I tried in several different places, among them
'{i /Symbol \326 \164}', but I didn't want to show them all.
"Haywire" obviously means that the result is garble. I
think that was clear enough.
But I now have the help I was after.
--
Dieter Britz
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web