Can felons vote in your state?

8

Can felons vote? This seemed like a simple question, but I realized that I wasn't 100% sure of the answer. Therefore I looked into the data ... and apparently "it depends". Follow along and see how I created a map to help answer this question.

But before we take the deep dive into the felon voting data, here is a picture of an old-timey Marshall's Office near Hendersonville NC, from my friend Ben (of Ole Time Barbecue). I wonder what rules they had about felons voting a couple hundred years ago? Thanks for the cool photo, Ben!

And now, back to felons & voting ... For those of you not familiar with the US legal system terminology, a felon is someone who has been convicted of a felony. And a felony is "a crime, typically one involving violence, regarded as more serious than a misdemeanor, and usually punishable by imprisonment for more than one year or by death."

I found a Wikipedia page with a lot of information on this topic. And they also had the information summarized into a map. "Woo hoo - my work is done!" Right? ... Well, not really.

Although I was glad they had a map showing the rules for felons voting in each state, there was some room for improvement. The main problem I noticed was that it was very difficult to match the color shades in the map to the color chips in the legend - some of the shades were just too similar to easily distinguish. And also, the map didn't have a title letting us know what it was all about.

Therefore I transcribed the data from their map into a dataset table, and started working on creating my own version. I used the same color shades as the Wikipedia map in my first prototype, but added HTML mouse-over text so you could hover your mouse over each state and see the felon voting rule. I not only showed the short description from the legend, but also included more detailed explanatory text from the Wikipedia page. Note that I added this descriptive mouse-over text to both the states and the legend color chips (using Proc GMap's html_legend option). Oh, and I added a title! Below is a screen-capture of this first version of the map, showing Colorado's mouse-over text.

That was a bit better than the original map. At least with this map, if you were willing to do a little work (reading mouse-over text) you could definitively see the value for each state. But the operative word here is work. But I don't want my users to have to work at all ... I want the map to relay the information to them "at a glance". So I created yet another version - this time using a diverging color scheme (rather than shades of one color). I think this version is much easier to read. (Click the map below to see the interactive version, with the HTML mouse-over text.)

Did you learn anything new here? Were you surprised at all the differences from state to state? Which rule do you think is the right rule? (feel free to discuss in comments)

 

Share

About Author

Robert Allison

The Graph Guy!

Robert has worked at SAS for over a quarter century, and his specialty is customizing graphs and maps - adding those little extra touches that help them answer your questions at a glance. His educational background is in Computer Science, and he holds a BS, MS, and PhD from NC State University.

Related Posts

8 Comments

  1. I looked up the difference between probation and parole (one source: https://criminal-law.freeadvice.com/criminal-law/parole_probation/probation_parole_pardon.htm) and now I'm confused. The source I've shown says: "Probation refers to a period of time *before* a person is actually sent to prison or jail." (emphasis mine) So, if a person gets probation, doesn't run afoul of the law, gets their sentence canceled, and doesn't go to jail at all, are they considered a felon? Also, parole is an early release from prison, so doesn't that mean the same thing as "release?" Maybe the original premise and definitions from Wikipedia are flawed. Or maybe I just don't understand the criminal justice system.

    • Probation is what happens in lieu of prison; parole is what happens after prison. That is,
      1) a person may plead guilty to a misdemeanor or a felony and be sentenced to probation (if there is no mandatory jail term prescribed). The person sees a probation officer -- but is not incarcerated -- until released from supervision. The sentence is not cancelled but is the period of probation.
      2) If the person is released early from prison for -- let's call it -- good behavior, they are on parole and see a parole officer until released from supervision.
      In either case, a violation sends the person to prison.

  2. I dislike the phrasing of "ends after X" in three of the legends. I understand what they mean: voting restrictions end after release (or whenever). But the phrasing addresses when the felons can't vote, while the other legends (and the title) address when they can. Same information, different focus.

    I suggest removing the word "ends". When can a felon vote in NC? "After probation". Or maybe "after probation ends".

    • Robert Allison

      Good point! The original data I was using for my legend terminology was from the perspective "When does disenfranchisement end?" But that doesn't match up well with the wording I used in my title. I have now changed the text in the legend so it hopefully doesn't have that disconnect.

  3. In my state Pakistan felons cannot vote. They can vote after completion of probation.I analyzed from map and I surprised that felons are unrestricted to cast vote.I saw difference from state to state that in some states felons are unrestricted while in some they are eligible to cast vote after completion of probation.I think and my opinion is that felons should vote after completion of probation.

Back to Top