Hi,
I'm trying to edit a graph's y-axis increments on Stata graph editor. For example, the y-axis increments increase by 0.1, but the labels are such that: 0, .1, .2, .3. I want these numbers to be 0, 0.1, 0.2, 0.3 (i.e. add "0" before each period).
Of note, I only want to use graph editor to fix this, not with a code (%). I can't seem to find a way to do this on the editor so far. How might I accomplish this? I'm using Stata 14.
Thank you,
Kevin
Related Posts with Modifying significant digits of the graph's y-axis increments on Stata graph editor
including a legend with labels in an overlay graphDear all, I would like to add to an overlay plot a legend, that gives for every color used the name…
Generate a new variable adding observations of a different columnHello, I have the following dataset: Code: * Example generated by -dataex-. To install: ssc insta…
Calculating Marginal EffectsDear all, I have had some trouble calculating one of the marginal effects of my regression. I am ru…
Write ado command with function defined on MataI am writing an ado file and I use structures like: program define XX, eclass myfunction() ereturn m…
Using moss to cut extremely long string variables in two (based on character position)Hello all, I am trying to import and clean a number of documents (imported into a dataset as a sing…
Subscribe to:
Post Comments (Atom)
0 Response to Modifying significant digits of the graph's y-axis increments on Stata graph editor
Post a Comment