image sowing outlines of st. paul wards

[raw]

.chart { height: 600px; margin-bottom: 1em; }

[/raw]

This election, voters in both Minneapolis and St. Paul passed ballot measures on rent control with around 53 percent of votes in favor each.

The charter amendment in Minneapolis allows the city council to enact rent control, while St. Paul’s measure specifies a 3 percent cap on rents per year, with some to-be-determined provision for variances.

How did the vote break down in the Capital City?

The majority of voters in nearly every St. Paul ward voted in favor of the rent stabilization ballot question.

[raw]

St. Paul rent stabilization vote by ward

[/raw]

Voters favored the rent control question by bigger margins in higher-turnout Ward 1 (the Thomas-Dale/Frogtown, Summit University area), Ward 2 (Downtown, Lowertown, the West Side, West 7th) and Ward 4 (Hamline-Midway, St. Anthony Park, Merriam Park).

Voters favored stabilization by smaller margins in Ward 5 (the North End, Como), Ward 6 (Payne-Phalen and the Greater East Side) and Ward 7 (Dayton’s Bluff, Eastview-Conway-Battle Creek-Highwood Hills).

The only ward where a majority of voters cast “no” ballots on the rent stabilization ordinance — and by a considerable margin — was Ward 3, in the Highland Park/Mac-Groveland area.

Mayor Melvin Carter was easily reelected in St. Paul with 61.6 percent of first-choice votes. He won the most votes in every ward and won every precinct in St. Paul except Ward 7, Precinct 10, near the Sun Ray shopping center on the city’s eastern edge. Dino Guerin got the most votes in that precinct, with 144 to Carter’s 133.

For reference, here is a map of wards in St. Paul:

map of st. paul wards

[raw]







var rentyes = {“ward1”: 4100, “ward2”: 5391, “ward3”: 6606, “ward4”: 6707, “ward5”: 3081, “ward6”: 2310, “ward7”: 2770} var rentno = {“ward1”: 2791, “ward2”: 4390, “ward3”: 7928, “ward4”: 5058, “ward5”: 2662, “ward6”: 2257, “ward7”: 2495}

$(function(){ $(‘#map-rentyes’).vectorMap({ map: ‘st-paul-wards’, backgroundColor: ‘#ffffff’, zoomOnScroll: false, regionLabelStyle: { initial: { fill: ‘#404040’ } }, labels: { regions: { render: function(code){ return “W-” + code.split(“ward”)[1]; } } }, series: { regions: [{ values: rentyes, scale: [‘#ffffff’, ‘#0D57A0’], normalizeFunction: ‘linear’, min: 0, //max: 8000, legend: { title: “Total votes”, vertical: true, labelRender: function(v) { return MP.formatters.number(v,0); } }, }] }, onRegionTipShow: function(e, el, code){ el.html(“” + el.html() + “: ” + MP.formatters.number(rentyes[code],0) + ” votes”); } });

});

$(function(){ $(‘#map-rentno’).vectorMap({ map: ‘st-paul-wards’, backgroundColor: ‘#ffffff’, zoomOnScroll: false, regionLabelStyle: { initial: { fill: ‘#404040’ } }, labels: { regions: { render: function(code){ return “W-” + code.split(“ward”)[1]; } } }, series: { regions: [{ values: rentno, scale: [‘#ffffff’, ‘#0D57A0’], normalizeFunction: ‘linear’, min: 0, //max: 14000, legend: { title: “Total votes”, vertical: true, labelRender: function(v) { return MP.formatters.number(v,0); } }, }] }, onRegionTipShow: function(e, el, code){ el.html(“” + el.html() + “: ” + MP.formatters.number(rentno[code],0) + ” votes”); } }); });

MP.highcharts.makeChart(‘.chart-stpaul’, $.extend(true, {}, MP.highcharts.barOptions, { xAxis: { categories: [‘Ward 1’, ‘Ward 2′,’Ward 3′,’Ward 4′,’Ward 5′,’Ward 6′,’Ward 7’]}, yAxis: {title: { text: ‘Votes’} }, tooltip: { formatter: function(){ return ‘ ‘ + this.x + ‘‘ + ‘: ‘ + MP.formatters.number(this.y,0) + ”; } }, series: [ { name: ‘Yes’, data: [4100,5391,6606,6707,3081,2310,2770] }, { name: ‘No’, data: [2791,4390,7928,5058,2662,2257,2495] } ] })); [/raw]

Leave a comment