Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    $\begingroup$ Here is a minimal example: GeoRegionValuePlot[{Entity["AdministrativeDivision", {"Texas", "UnitedStates"}] -> 0, Entity["AdministrativeDivision", {"WestVirginia", "UnitedStates"}] -> 0}, ColorRules -> {0 -> White, 1 -> Blue, 2 -> Orange, 3 -> Red}] Note that this failure happens when two states are supposed to have the same corresponding color. $\endgroup$ Commented Jun 8, 2016 at 16:34
  • $\begingroup$ so that's a bug? what about the approach using ColorFunction? $\endgroup$ Commented Jun 8, 2016 at 16:35
  • 1
    $\begingroup$ That's easier; try adding ColorFunctionScaling -> False. (N.B. can somebody with access to multiple versions add the customary header to localize this bug?) $\endgroup$ Commented Jun 8, 2016 at 16:39