|
From: Peggy Li <peg...@go...> - 2010-04-25 18:23:21
|
I think I fixed the problem via a website with a FAQ.pdf
4.11 How do I include accented characters
To obtain accented characters like ü or ˆn in your labels you should use
8bit character codes together with the
appropriate encoding option. See the following example:
gnuplot> set encoding iso_8859_1
gnuplot> set title "M\374nchner Bierverbrauch \374ber die Jahre"
gnuplot> plot "bier.dat" u 1:2
So I typed
set encoding iso_8859_1
plot [0:5][0.0:] "M_neel_KagomeSq_L2to6_jDash0.00001.txt" u 1:5 t"N\351el :
J_{1}'=0.0" w l lt 2 lw 5
It seems work fine.
On 25 April 2010 19:10, Peggy Li <peg...@go...> wrote:
>
>
> On 25 April 2010 18:57, Peggy Li <peg...@go...> wrote:
>
>> Hi
>>
>> But Now I have another problem
>>
>> Attached please find my script file for a graph which was produced fine
>> with my old gnuplot version 4.0.
>> However, now the "N{/ISO \\\351}el" does not come out right now!
>>
>> I looked into the gnuplot environment, it said :
>> Terminal type set to 'aqua'
>>
>> What do I need to fix this problem?
>>
>> Peggy
>>
>>
>>
>> On 25 April 2010 18:29, <v_...@uk...> wrote:
>>
>>> On Sun, 25 Apr 2010 17:12:05 +0100
>>> Peggy Li <peg...@go...> wrote:
>>>
>>> >
>>> > what does "--prefix" refer to?
>>> This means a directory, where all the final binaries will be
>>> installed into.
>>> For example, if you type "./configure --prefix=/home/peggyli" the
>>> binaries will appear in a "/home/peggyli/bin" directory.
>>>
>>> >
>>> > I also tried su:
>>> >
>>> > and typed in my password, it said
>>> >
>>> > su: Sorry
>>> >
>>> Maybe, you are trying to type in a wrong password? And also make sure
>>> your user has a permission to become a root user via "su" command. For
>>> example, in GGL (Gentoo GNU/Linux) one needs to be in the "wheel" grop
>>> to do this.
>>>
>>> -----
>>> <v_...@uk...>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> gnuplot-info mailing list
>>> gnu...@li...
>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>>>
>>
>>
>
|