I have an odd problem with spmap. In some circumstances using the line() option the lines are not correctly ordered, Stata/MP 15.1
5/8/2019
cd c:\ado\plus\sW64 mop
use "Italy-OutlineData.dta", clear
spmap using "Italy-OutlineCoordinates.dta", id(id) fc(sand) ///
title("Main lakes and rivers" " ", size(*0.9)) ///
polygon(data("Italy-Lakes.dta") fcolor(blue) ocolor(blue)) ///
line(data("Italy-Rivers.dta") color(blue) pattern(solid) ) ///
freestyle aspect(1.4) xlab(400000 900000 1400000, grid)
Array
spmap using "Italy-OutlineCoordinates.dta", id(id) fc(sand) ///
title("Main lakes and rivers" " ", size(*0.9)) ///
polygon(data("Italy-Lakes.dta") fcolor(blue) ocolor(blue)) ///
line(data("Italy-Rivers.dta") color(blue) pattern(longdash) ) ///
freestyle aspect(1.4) xlab(400000 900000 1400000, grid)
Array
Strange?
All help gratefully ....
Richard
Related Posts with spmap lines not correctly sorted
how to include random intercept in predicted margins and plot after mi estimate: mixedHi all, I've got a dataset of students in schools for which I've imputed 20 datasets, and I'm estim…
Help needed: Automate extracting of dataHi all, I am using Stata 16 and I need some help in automating the process of extracting data. I am…
Table of Sums Without Collapse?Hi Stata Friends - I'm back with a question regarding creating a table of values. I want to ascerta…
comparing sample medians at three time pointsHi, I would like to compare median z scores for weight at birth versus one month of age versus one y…
How interpret subgroup analysis output not report heterogeneity statistics for some groups?I wonder how to interpret the following heterogeneity statistics for subgroup analysis Array …
Subscribe to:
Post Comments (Atom)
0 Response to spmap lines not correctly sorted
Post a Comment