twoway contour automatically generates a colour scalebar where there is colour information in the plot.
How do I suppress it? It's not a legend, so legend(none)
. twoway contour z y x, interp(none) levels(20)
gives this:
Array
The scalebar corresponds to the z-dimension, so doing stuff with zlabel() has some effect:
. twoway contour z y x, interp(none) levels(20) zlabel("")
gives this:
Array
So we lose the labels, but I can't see any way to get rid of the bar.
Any ideas?
Brendan
Related Posts with Suppress scalebar with twoway contour?
Subgroups with coefplot allowing each graph to have its own scale and adjust location of legendDear all I am using the following code to create a graph with 5 plots: Code: coefplot (hba1c1, …
Spatial Panel Data TestsHello, I am relatively new to Stata and have been estimating different spatial panels, such as the …
Interacting firm fixed effects for numerous firms with a continuous variable - Execution and interpretationDear all, I am attempting to replicate a series of OLS regressions with respect to the effect of CE…
Conditional drop if command within a certain firm year levelHi, I am working on my master thesis and I am currently busy with the data cleaning process. One of…
insheeting excel files using loop and extracting filename as variable valueHello, I am trying to use insheet multiple .xlxs files and then extract filename. This is my code: …
Subscribe to:
Post Comments (Atom)
0 Response to Suppress scalebar with twoway contour?
Post a Comment