Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Editing legend in spmaps

    I'm doing maps of voting share for a candidate across different precincts in a city and the map I get is good. Except for the legend which comes out with random cutoffs (probably not random but not pleasing) such as 0.57639 or 0.856483.

    I've been looking around around but I can't find any code to force the map's legend to take the cutoffs I want (ie 0; 0.15; 0.5; 0.85; 1).

    Help would be greatly appreciated, thanks!

  • #2
    Code:
    ... clmethod(custom) clbreaks(0 .15 .5 .85  1) ...

    Comment

    Working...
    X