Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Adding a scheme to Graph Preferences


From   [email protected]
To   [email protected]
Subject   Re: st: Adding a scheme to Graph Preferences
Date   Mon, 12 Apr 2004 13:42:22 -0500

[email protected] wrote:

> I installed the "lean" graph schemes but they do not appear in the list of 
> schemes available in the drop down list  in Graph Preferences. I've checked 
> (via query graphics, scheme) that the "lean" schemes are available and I 
> can use them via a "set scheme" but I'd like to have all the schemes 
> available in the drop down menu box). Is this possible?


A similar question was asked in the past.  The question and response are
below.  I would like to add that we'll address this in a future update.


Eric G. Wruck ([email protected]) asked about using user-written
schemes:
> I wanted to try Svend Juul's (Stata Journal, Vol. 3, No. 3) lean
> graphics schemes & found them by typing <lookup lean1>.  I clicked on
> "click here to install" but the schemes weren't subsequently listed in
> the scheme pull-down menu.  Am I supposed to d o something else or how
> can I use them?  I'm on an Apple G4 machine (OS X.2.6).

and Nick Cox ([email protected]) replied

> . set scheme lean1 


The names of the schemes in the drop-down menu are currently hard-coded.
Additional schemes will not appear in the drop-down menu until we add
logic to Stata to be able to find them and append them to that menu.

In the meantime, as Nick said, you can set the scheme with
-set scheme-.  If you wish to always use the new scheme, you can
-set scheme ..., permanently-.  You can also use the -scheme()- option
on any individual graph command:

   . scatter mpg weight, scheme(lean1)


--Alan
([email protected])
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index