|
From: Peggy Li <peg...@go...> - 2010-01-30 20:32:22
|
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. |
|
From: Rajarshi T. <raj...@gm...> - 2010-02-11 11:34:25
|
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
>
|
|
From: Peggy Li <peg...@go...> - 2010-04-18 19:40:26
|
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
>>
>
>
|
|
From: Thomas S. <t.s...@fz...> - 2010-04-19 07:18:14
|
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.
|
|
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
>
|
|
From: Thomas S. <t.s...@fz...> - 2010-04-25 14:48:23
|
call 'make install' as 'root'
or install into a directory inside your tree, e.g.
./configure --prefix=/home/peggyli
./make install
peggyhyli wrote:
>
> 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
>>
> ------------------------------------------------------------------------------
> _______________________________________________
> 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-tp27387166p28356506.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|
|
From: Peggy Li <peg...@go...> - 2010-04-25 16:35:23
|
Hi
I think I have done it! It seems that I did not set up the superuser
password before. So I followed the instruction of a website page for
superuser password for MacBook Pro. I opened the Directory Utility located
in Application » Utilities. I unlocked the Directory Utility to make
changes. Once it's unlocked, I went to Edit » Enable Root User, and then
typed in a password for my root user.
Then I went into my Gnuplot-4.4.0 directory and typed
$su
$password :
$./configure
$./make
$./make install
Then I typed :
$gnuplot
$plot sin(x)
$plot sin(x) w l lt 2 lt 3 lc 4
It works now.
I then pulled my Gnuplot-4.4.0 folder from the "Desktop" folder to the
"Application" folder and typed again:
$gnuplot
$plot sin(x)
$plot sin(x) w l lt 2 lt 3 lc 4
It works fine too. So it seems that it does not matter where I put my
Gnuplot-4.4.0 folder?
In any way, thank you very much again for your very helpful advice.
all the best,
Peggy Li
On 25 April 2010 15:48, Thomas Sefzick <t.s...@fz...> wrote:
>
> call 'make install' as 'root'
>
> or install into a directory inside your tree, e.g.
> ./configure --prefix=/home/peggyli
> ./make install
>
>
> peggyhyli wrote:
> >
> > 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
> >>
> >
> ------------------------------------------------------------------------------
> > _______________________________________________
> > 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-tp27387166p28356506.html
> Sent from the Gnuplot - User mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|
|
From: Peggy Li <peg...@go...> - 2010-04-25 16:12:14
|
gnuplot-4.4.0 is now is seemed to be in a directory inside my tree, i.e.,
$~/peggyli/Desktop/gnuplot-4.4.0
and I typed
./configure
./make
./make install
it did not work!
when you mentioned:
./configure --prefix=/home/peggyli
what does "--prefix" refer to?
I also tried su:
and typed in my password, it said
su: Sorry
Hope you could help?
On 25 April 2010 15:48, Thomas Sefzick <t.s...@fz...> wrote:
>
> call 'make install' as 'root'
>
> or install into a directory inside your tree, e.g.
> ./configure --prefix=/home/peggyli
> ./make install
>
>
> peggyhyli wrote:
> >
> > 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
> >>
> >
> ------------------------------------------------------------------------------
> > _______________________________________________
> > 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-tp27387166p28356506.html
> Sent from the Gnuplot - User mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|
|
From: <v_...@uk...> - 2010-04-25 17:29:35
|
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...> |
|
From: Peggy Li <peg...@go...> - 2010-04-25 17:41:01
|
Thank you! 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 > |
|
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
>>>
>>
>>
>
|
|
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 >>>>> >>>> >>>> >>> >> > |