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?
Survival Time Data - Long Form - How do I generate a variable that indicates the number of observations at risk within a subgroup of data?I have a dataset on legal cases and individual hearings for each case, across multiple courts. I hav…
Following different portfolios over timeI have a data set of American companies over the period 1985-2015 with circa 300k observations of le…
Convert categorical variable to dummy variables in a large datasetDear everyone, I have a dataset of 350 categorical variables, e.g: How satisfied are you with your …
Interpretation on the Granger CausalityArray I am trying to characterise temporal sequence of influences in a VAR and wanted to use the Gra…
How to change value labels?My variable "q2" has two values: 1 and 2. Their labels are No and Yes, respectively. Now I want to …
Subscribe to:
Post Comments (Atom)
0 Response to Suppress scalebar with twoway contour?
Post a Comment