Skip to content

Problems with 'values percent' and option point [Not working on Mac] #19

@jcor24

Description

@jcor24

This Bimap command is great !!! Congratulations !!!

I was developing the exercises and the maps were not generated when using the 'values percent' option.

In the screen appears :
option 9 not allowed
r(198)

For the map number 17, when I use the syntax:

bimap share_hisp share_afam using county_shp2, cut(pctile) palette(pinkgreen) percent  ///
	title("{fontface Arial Bold:A Stata bivariate map}") ///
	note("Data from the US Census Bureau. Counties with population > 100k plotted as proportional dots.", size(1.8)) ///	
		 textx("Share of African Americans") texty("Share of Hispanics") texts(3.5) textlabs(3) values  ///
		 ocolor() osize(none) ///
		 polygon(data("state_shp2") ocolor(white) osize(0.3)) ///
		 point(data("county") x(_CX) y(_CY) select(keep if tot_pop>100000)  psize(absolute) fcolor(lime%85) ocolor(black) osize(0.12) size(0.9) )

In the screen appears :
Problem with option point(): suboption select() specified incorrectly

I am using Stata 17 for Mac. Could these problems be due to using this version of Stata? How to fix it?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

Status

Next update

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions