|
From: Peggy Li <peg...@go...> - 2010-04-25 19:33:46
|
from web site "http://sparky.rice.edu/gnuplot.html" I tried {/Symbol \245} is the symbol for infinity and it works fine. Oh I hope that there will not be any more surprises and any more problems with the new version of Gnuplot-4.4.0 which I just downloaded. Thanks for all your help. Regards, On 25 April 2010 20:04, Peggy Li <peg...@go...> wrote: > I have another problem about the special character font for the symbol of > "infinity" i.e., Postscript font Symbol #245. > > Attached please see my script file and output file. I would be greatly > appreciated if you could advise how to fix this problem. The Gnuplot 4.0 > version was fine in producing with the script file. > > The E=ISO #351 is fine now as you can see. But need to fix the above > problem too! Hope that you could help. > > > > > > > > On 25 April 2010 19:23, Peggy Li <peg...@go...> wrote: > >> 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 >>>>> >>>> >>>> >>> >> > |