|
From: Peggy Li <peg...@go...> - 2010-04-25 09:49:03
|
I need some help for the upgrade. My present Gnuplot 4.0 version was
downloaded and installed for me by a friend whom I lost contact.
I have just downloaded the Gnuplot-4.4.0 version. I have untar(ed) and
pulled it to my Desktop (of my MacBook Pro). I opened the "INSTALL" file and
followed the instruction to install and compile it (for Unix, configure). I
typed:
$cd ~/Desktop/gnuplot-4.4.0
$cd ./configure
$cd make
$cd make install
Below please find the compiled messages:
QUOTE
peggy-lis-macbook-pro-952:gnuplot-4.4.0 peggyli$ make
make all-recursive
Making all in config
make[2]: Nothing to be done for `all'.
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in term
make[2]: Nothing to be done for `all'.
Making all in src
Making all in wxterminal
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in docs
make[2]: Nothing to be done for `all'.
Making all in lisp
make[2]: Nothing to be done for `all'.
Making all in man
make[2]: Nothing to be done for `all'.
Making all in demo
make[2]: Nothing to be done for `all'.
Making all in tutorial
make[2]: Nothing to be done for `all'.
Making all in share
Making all in LaTeX
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
peggy-lis-macbook-pro-952:gnuplot-4.4.0 peggyli$ make install
Making install in config
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in m4
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in term
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/gnuplot/4.4/js" || /sw/bin/mkdir -p
"/usr/local/share/gnuplot/4.4/js"
/sw/bin/mkdir: cannot create directory `/usr/local/share/gnuplot/4.4':
Permission denied
make[2]: *** [install-jsDATA] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
UNQUOTE
Would appreciate if you could help or point me to somewhere where I can get
some technical help for the installation and configuration. Thanks in
advance.
Peggy
On 19 April 2010 08:18, Thomas Sefzick <t.s...@fz...> wrote:
>
> you are using gnuplot 4.0,
> you should upgrade to an actual version.
>
>
> peggyhyli wrote:
> >
> > Hi Rajarshi,
> >
> > I tried
> >
> > gnuplot > plot sin(x) w l lt 1 lw 2
> >
> > it works fine.
> >
> > Howeve, when I tried
> >
> > gnuplot > plot sin(x) w l lt 1 lc rgb "blue"
> >
> > I received following error message :
> >
> > ' ; ' expected
> >
> >
> > Please advise what's the problem. Thanks!
> >
> > Peggy
> >
> >
> >
> > On 11 February 2010 12:33, Rajarshi Tiwari <raj...@gm...> wrote:
> >
> >> Use
> >>
> >> plot "something" w l lt 1 lc rgb "color"
> >>
> >> where lc = linecolor
> >> and besides rgb you have "color", which can be some standard color (e.g.
> >> "red"), or it can be an html color code ("#0000ff" for blue).
> >> The color code can be generated by some intuition as these are
> >> superpositions of red, green and blue, or seen from various applications
> >> like, kcolorpick in kde.
> >>
> >> Also when u change desktop background, the color selection options give
> u
> >> these color codes :-).
> >>
> >>
> >> Rajarshi Tiwari
> >>
> >>
> >> On Sun, Jan 31, 2010 at 2:02 AM, Peggy Li
> >> <peg...@go...>wrote:
> >>
> >>> Hi
> >>>
> >>> I want to set line styles for 20 different lines (i.e., 20 different
> >>> colors
> >>> with different line patterns) using "lt" but for 20 different colors
> for
> >>> postscript. Would appreciate if you can could advise me how to do it.
> >>>
> >>> thanks.
> >>>
> >>>
> ------------------------------------------------------------------------------
> >>> The Planet: dedicated and managed hosting, cloud storage, colocation
> >>> Stay online with enterprise data centers and the best network in the
> >>> business
> >>> Choose flexible plans and management services without long-term
> >>> contracts
> >>> Personal 24x7 support from experience hosting pros just a phone call
> >>> away.
> >>> http://p.sf.net/sfu/theplanet-com
> >>> _______________________________________________
> >>> gnuplot-info mailing list
> >>> gnu...@li...
> >>> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
> >>>
> >>
> >>
> >
> ------------------------------------------------------------------------------
> > Download Intel® Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> > _______________________________________________
> > gnuplot-info mailing list
> > gnu...@li...
> > https://lists.sourceforge.net/lists/listinfo/gnuplot-info
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/how-to-set-line-styles-for-the-different-line-%28colors-and-patterns%29-for-example-for-20-different-color-lines-tp27387166p28287611.html
> Sent from the Gnuplot - User mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|