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?
Matching loan data with firms dataDear Stata community readers, I’m matching firms loan data with firms accounting data in an internat…
50th Percentile Matrix not storing valuesLooking to store my 50th percentile values in a matrix that loops for n= 10, 100, 1000, 10000 observ…
SFTFE command errorHi, I am trying to run the command "SFTFE" for the stochastic frontier function with heteroscedastic…
Minimum number of observations required to estimate Panel data?Dear all, I have a panel data with both N and T small, 25 cities and 10 years respectively. Is the p…
Theoretical Standard Normal Cumulative Distribution in StataHello everyone, I am looking to compare an empirical standard normal cumulative distribution that I …
Subscribe to:
Post Comments (Atom)
0 Response to Suppress scalebar with twoway contour?
Post a Comment