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 rename around 200 rows of a matrix simultaneously or in iterationHi, I'm very new to Stata and I've searched and tried answers for this question for three hours. I'm…
Generating squared difference within group variableHello, I have the following stylized dataset: Code: * Example generated by -dataex-. To install: …
Import and reshape data while capturing variable label from ExcelHello, I have 115 worksheets (each of them has about 100 variables) from excel to work with and the…
Importing problem BRFSS SAS file post 2014I'm working with BRFSS data 2010-2015. Before 2014, I could open it by clicking the import option an…
Generating date variables based on ID and yearDear Statalist community, I am working with a panel data set on armed conflict (UCDP/PRIO Armed Con…
Subscribe to:
Post Comments (Atom)
0 Response to spmap lines not correctly sorted
Post a Comment