Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: problem with graph mspline, scheme(s2mono) (bug??)


From   Nick Cox <[email protected]>
To   [email protected]
Subject   Re: st: problem with graph mspline, scheme(s2mono) (bug??)
Date   Fri, 23 Sep 2011 20:15:24 +0100

As you say, you can solve this problem with

 graph twoway (mspline  weight length if  foreign==0, lp(solid))
(mspline  weight length if  foreign==1, lp(dash)), scheme(s2mono)

but it is not clear why you don't like that solution. I don't know
another solution. I wouldn't call this a bug, but you are at liberty
to describe it as a bug from a user's point of view.

Nick

On Fri, Sep 23, 2011 at 4:56 PM, Ricardo Ovaldia <[email protected]> wrote:
>
> I am ploting several curves using msplines with options -scheme(s2mono)- and also -scheme(sj)-.
> However, neither one seems to give me different line types wheh plotting more than one line per graph. Is this a bug or am I doing something wrong?
>
> Here is a simple example with the auto data:
>
>  sysuse auto, clear
> . graph twoway (lfit  weight length if  foreign==0)  (lfit  weight length if  foreign==1), scheme(s2mono)
>
> < this produces a graph with two line, one solid and another "dashed".
>
> . graph twoway (mspline  weight length if  foreign==0)  (mspline  weight length if  foreign==1), scheme(s2mono)
>
> < this also produces a graph with two line, but theya re both solid .
>
> I know that I can use -lpattern()-, but I rather not have to do that.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index