Monica wrote,
I'm having a graph with two y-axes but unfortunately I can't find a way
to change the style of the second y-axis, so that for both axes no line
is drawn. The following option didn't work in Stata 8.2:
scatter......., yaxis(1 2) yscale(noline, axis(2))
-----------------------------------------------
Don't tell that "it does not work"; tell what Stata responds:
invalid 'axis'
r(198);
There should be no comma before -axis()-; it is not an option to the
-noline- suboption, but a suboption to the -yscale()- option:
scatter......., yaxis(1 2) yscale(noline axis(2))
Hope this helps
Svend
__________________________________________
Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C, Denmark
Phone: +45 8942 6090
Home: +45 8693 7796
Email: [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/