Hi
I am trying to make a scatter plot and i am getting an error message with the mlabel option:
twoway scatter difference seqnum , yscale(log) mlab(movies) m(i)
invalid syntax
r(198);
When i drop the mlabel the graph works fine. Is there a way to fix this problem?
Thanks
Veeresh
I am trying to make a scatter plot and i am getting an error message with the mlabel option:
twoway scatter difference seqnum , yscale(log) mlab(movies) m(i)
invalid syntax
r(198);
When i drop the mlabel the graph works fine. Is there a way to fix this problem?
Thanks
Veeresh
Comment