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?
Calculating sex ratioDear All, It must be something simple but I couldn't find any help on web. I wanted to know whether…
Selecting a peer group for comparisonDear all, I have a question that I think should be pretty straightforward for some of the power use…
Plotting difference between MarginsDear Statafriends I constracted some marginal plots, and now, I would like to plot the difference b…
Merging panel data and time series with different time formatsHey, I have the following problem; I have 2 datasets; a panel dataset where the time variable is a …
What difference doe a dummy variable make to regression output:Say I wanted to measure the impact of government intervention and I had a data set that looked like …
Subscribe to:
Post Comments (Atom)
0 Response to Suppress scalebar with twoway contour?
Post a Comment