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?
Transforming data in a Correlation MatrixDear all, I'm having a 410x410 correlation matrix, which looks like this A B C D A 1 0.1 0.2 …
Multiple loop commands into one, "program error: code follows on the same line as open brace”Hi everyone, I have a panel data set that consists of portfolio weights of 25 different currencies …
Extension of maximum number of variables by "maxvar" is not possible:I have Stata 15 with a Stata/SE license. So extension of memory space should be possible. However us…
Fixed, Random or Pool OLS.Hi, I have panel data containing firm observations for two years. I have to choose Panel model amon…
export F test of excluded instruments of 1st stage of 2SLSI want to export F test of excluded instruments of 1st stage of 2SLS using estout. Code: ivreg2 DV…
Subscribe to:
Post Comments (Atom)
0 Response to Suppress scalebar with twoway contour?
Post a Comment