|
From: Ethan M. <merritt@u.washington.edu> - 2009-12-03 00:04:15
|
On Wednesday 02 December 2009 15:36:50 Tatsuro MATSUOKA wrote:
> Hello
>
> I have met the same error that reported by Franco Fritschij
> using gnuplot in gp440rc1_win.zip.
I do not understand the report.
> gnuplot> cd 'D:\usr\Tatsu\program\Gnuplot\test19'
OK. So this is the directory you are running from.
> gnuplot> set term post
> Terminal type set to 'postscript'
> Options are 'landscape noenhanced defaultplex \
> leveldefault monochrome colortext \
> dashed dashlength 1.0 linewidth 1.0 butt noclip \
> palfuncparam 2000,0.003 \
> "Helvetica" 14 '
> gnuplot> set out 'test.ps'
> gnuplot> plot sin(x)
> Can't find PostScript prologue file
> C:\Program Files\gp44rc1win32\gnuplot\\share/PostScript\prologue.ps
^^^
And this is the directory it is looking in.
Is the problem that there is a forward slash (/) rather than a
backward slash (\)?
What directory are the PostScript files actually installed in?
What directory is the wgnuplot.exe executable installed in?
> loadpath is empty
> Please copy prologue.ps to one of the above directories
> or set the loadpath appropriately
> or set the environmental variable GNUPLOT_PS_DIR
What happens when you follow these suggestions?
Is GNUPLOT_PS_DIR set to an incorrect directory?
If you set GNUPLOT_PS_DIR to the correct directory, does the program
still not find it?
> After changing directory name 'bin' to 'binaries',
After changing what directory name?
None of the directories printed above contain either "bin" or "binaries".
> gnuplot> set term post
> Terminal type set to 'postscript'
> Options are 'landscape noenhanced defaultplex \
> leveldefault monochrome colortext \
> dashed dashlength 1.0 linewidth 1.0 butt noclip \
> palfuncparam 2000,0.003 \
> "Helvetica" 14 '
> gnuplot> set out 'test.ps'
> gnuplot> plot sin(x)
> gnuplot> set out
>
>
> That is the problem!
>
> This issue might depend on the environment.
> I tried the on window xp sp3 pro and home.
>
> Regards
>
> Tatsuro
>
>
>
> --- Petr Mikulik wrote:
>
> > > You also said that '>PS also the first release candidate of 4.4 has the
> > > same problem gp440rc1_win.zip'
> > >
> > > The distribution gp440rc1_win.zip is not provided by me.
> >
> > It's provided by me.
> >
> > > It is not the modifications in the lua terminal.
> >
> > wgnuplot in gp440rc1_win.zip is not compiled with lua (thus there isn't
> > bin/share/lua directory)
> >
> > > PS also the first release candidate of 4.4 has the same problem gp440rc1_win.zip
> >
> > I've tried to print a postscript file by wgnuplot.exe from gp440rc1_win.zip
> > and it works correctly.
> >
> > What is the problem?
> >
>
>
> --------------------------------------
> Learn more about HIV/AIDS - Red Ribbon Campaign 2009
> http://pr.mail.yahoo.co.jp/redribbon/
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle 98195-7742
|