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 loop using dateHi everyone, I have a dataset like this, Code: * Example generated by -dataex-. To install: ssc i…
Meta analysis - RE: overall line, odds ratio, summary bar.Hello, I am trying to perform a meta-analysis. I put together the data, and I am creating a forest …
Stata commands for summing up z scores of 3 variable measuresI have an independent variable with four measures based on Likert scale of 7-point scale from strong…
Construct a variable when other two takes the same values but invertedDear All, suppose I have the following data: Code: * Example generated by -dataex-. For more info…
How to add up all the previous valueHi everyone, My data looks like below: Code: * Example generated by -dataex-. To install: ssc ins…
Subscribe to:
Post Comments (Atom)
0 Response to spmap lines not correctly sorted
Post a Comment