Data Visualization #17—Land Doesn’t Vote, Citizens Do

As I have noted in previous versions of this data visualization series, standard electoral-result area maps often obfuscate and mislead/misrepresent rather than clarify and illuminate. This is especially the case in electoral systems that are based on single-member electoral districts in which there is a single winner in every district (as known as ‘first-past-the-post’). Below you can see an example of a typical map used by the media (and others) to represent an electoral outcome. The map below is a representation of the results of the 2019 Canadian Federal Election, after which the incumbent Liberal Party (with Justin Trudeau as Prime Minister) was able to salvage a minority government (they had won a resounding majority government in the 2015 election).

There are two key guiding constitutional principles of representation regarding Canada’s lower house of parliament—the House of Commons: i) territorial representation, and ii) the principle of one citizen-one vote. As of the 2019 election these principles, combined with other elements of Canadian constitutionalism (like federalism) and the course of political history, have created the current situation in which the 338 federal electoral districts vary not only in land area, but also in population size, and often quite dramatically (for a concise treatment on this topic, click here).

Because a) “land doesn’t vote,” and b) we only know the winner of each electoral district (based on the colour) and not how much of the vote this candidate received) the map below misrepresents the relative political support of parties across the country. As of 2016, more than 2/3 of the Canadian population lived within 100 kilometres of the US border, a total land mass that represents only 4% of Canada’s total.

I’ve created a map that splits Canada in two—each colour represents 50% of the total Canadian population. You can see how geographically-concentrated Canada’s population really is.

The electoral ridings in red account for half of Canada’s population, while those in light grey account for the other half. Keep this in mind whenever you see traditional electoral maps of Canada’s elections.

## This is code for the first map above. This assumes you 
## have crated an sf object named can_sf, which has these 
## properties:

```
Simple feature collection with 6 features and 64 fields
Geometry type: MULTIPOLYGON
Dimension:     XY
Bounding box:  xmin: 7609465 ymin: 1890707 xmax: 9015737 ymax: 2986430
Projected CRS: PCS_Lambert_Conformal_Conic
```

library(ggplot2)
library(sf)
library(tidyverse)

gg.can <- ggplot(data = can_sf) +
  geom_sf(aes(fill = partywinner_2019), col="black", lwd=0.025) + 
  scale_fill_manual(values=c("#33B2CC","#1A4782","#3D9B35","#D71920","#F37021","#2B2D2F"),name ="Party (2019)") +
  labs(title = "Canadian Federal Election Results \u2013 October 2019",
       subtitle = "(by Political Party and Electoral District)") +
  theme_void() + 
  theme(legend.title=element_blank(),
        legend.text = element_text(size = 16),
        plot.title = element_text(hjust = 0.5, size=20, vjust=2, face="bold"),
        plot.subtitle = element_text(hjust=0.5, size=18, vjust=2, face="bold"),
        legend.position = "bottom",
        plot.margin = margin(0.5, 0.5, 0.5, 0.5, "cm"),
        legend.box.margin = margin(0,0,30,0),
        legend.key.size = unit(0.65, "cm"))

ggsave(filename="can_2019_all.png", plot=gg.can, height=10, width=13)

Here is the code for the 50/50 map above:

#### 50% population Map
gg.50 <- ggplot(data = can_sf) +
  geom_sf(aes(fill = Land.50.Pop.2016), col="black", lwd=0.035) + 
  scale_fill_manual(values=c("#d3d3d3", "red"),
        labels =c("Electoral Districts with combined 50% of Canada's Population",
                "Electoral Districts with combined other 50% of Canada's Population")) +
  labs(title = "Most of Canada's Land Mass in Uninhabited") +
  theme_void() + 
  theme(legend.title=element_blank(),
        legend.text = element_text(size = 11),
        plot.title = element_text(hjust = 0.5, size=16, vjust=2, face="bold"),
        legend.position = "bottom", #legend.spacing.x = unit(0, 'cm'),
        legend.direction = "vertical",
        plot.margin = margin(0.5, 0.5, 0.5, 0.5, "cm"),
        legend.box.margin = margin(0,0,0,0),
        legend.key.size = unit(0.5, "cm"))
#       panel.border = element_rect(colour = "black", fill=NA, size=1.5))

ggsave(filename="can_2019_50_pct_population.png", plot=gg.50, height=10, width=13)

Universal Jurisdiction

Today in POLI 1140, we discussed and debated the topic of universal jurisdiction. What is universal jurisdiction? Universal jurisdiction is

a legal concept that permits states to claim legal authority beyond their national territory for the purpose of punishing a particularly heinous criminal that violates the laws of all states or protecting human rights. Mingst and Arreguin-Toft (222)

The most celebrated case in this relatively new area of international jurisprudence is that of former Chilean military dictator Gen. Augusto Pinochet, about whom the New York Times editorial board wrote in 2004:

Thanks to a Chilean court ruling on Monday, the day at last seems to be approaching when Gen. Augusto Pinochet, the former military dictator, will go on trial for crimes committed decades ago. General Pinochet is now a very old man, but normal feelings of sympathy would be misplaced. This trial should have begun years ago.

The long delay is entirely the result of General Pinochet’s effort to evade legal accountability. The charges concern one of the most chilling crimes of his nearly 17-year rule, an international conspiracy to hunt down and murder opponents of Latin America’s military dictatorships in the 1970’s. That plot got under way in the days when Henry Kissinger was running American foreign policy for Richard Nixon, and the the United States did too little to discourage it, even though one of the resulting murders was carried out on the streets of Washington.

Gen.Pinochet would die (at age 91) before facing his accusers.

What has prompted the recent emergence, and codification into both international–for example, Article 49 of the First Geneva Convention–and domestic–Canada’s Crimes Against Humanity and War Crimes Act–law, of the concept of universal jurisdiction? According to one of the world’s leading human rights NGOs–Amnesty International–it is because

As genocide, crimes against humanity, war crimes, torture, extrajudicial executions and enforced disappearances are crimes under international law, all states should investigate and prosecute the crimes before their national courts.

Recognizing that impunity exists mainly when the national authorities of countries affected by the crimes fail to act, it is important that the national criminal and civil justice systems of all countries can step in to prosecute the crimes on behalf of the international community and award reparations to victims.

Of course, there are many detractors to the use of the concept of universal jurisdiction. The aforementioned Henry Kissinger has argued the concept not only risks “judicial tyranny” and cases like that of Gen. Pinochet set a “dangerous precedent” (though Kissinger is certainly less than a disinterested figure in this case!), but that

The danger [in pushing for universal jurisdiction] lies in pushing the effort to extremes that risk substituting the tyranny of judges for that of governments; historically, the dictatorship of the virtuous has often led to inquisitions and even witch-hunts.

In class, we viewed the first ten minutes of the video below in which advocates and opponents of the concept of universal jurisdiction debated the relative merits of the idea with respect to the potential arrest of Israeli diplomats on visits to Great Britain for alleged war crimes in Israel/the Occupied Territories.

In the video, Professor Dan Scheuftan, of the University of Haifa notes

[although] International Relations is political…[the increasing use of universal jurisdiction will] politicize the legal system as well. again by radicals, usually from the extreme left using it [universal jurisdiction] as a propaganda ploy.

What do you think? Is the concept a valid tool in the fight to bring perpetrators of heinous human rights abuses and war crimes to justice, or is it more likely to be abused (than used) in the politicization and propagandization (is that a word?) of international justice?

 

Functions of Constitutions

In a response to a story that I blogged about yesterday, New Yorker Magazine Senior Editor, Hendrik Hertzberg, takes issue with the claim that the US Constitution has become increasingly irrelevant as a model for constitution-builders worldwide. Hertzberg writes:

The problem is that the study focusses almost exclusively on rights—the individual and civil rights that are specified in written constitutions. But it almost totally ignores structures—the mundane mechanisms of governing, the nuts and bolts, which is mainly what constitutions, written and unwritten, are about, and which determine not only whether rights are truly guaranteed but also whether a government can truly function in accordance with democratic norms. Or function at all with any semblance of efficiency, effectiveness, and accountability.

In Chapter 6 of the Dyck text, we learn that there are five main functions of any constitution, the first one of which “to define the structure of major institutions of government.” Other major functions are:

  • To divide powers and responsibilities among the various institutions of government
  • To regulate relations between the citizen and the state (this is where rights–civil, legal, political, sometimes economic, social and cultural–are enumerated)
  • To serve as a political symbol
  • To specify a method for amending the constitution

What does the study in question say about whether the US Constitution is being used as a template in these other areas? You’ll have to wait until the study is published in June of this year to find out.

 

 

Countries no longer look to US Constitution as Template

Via the New York Times, we learn of the waning popularity of the US constitution as a guide for constitution-makers worldwide. A study in the New York University Law Review, which will be published in June, shows that whereas in 1987 a vast majority of the world’s countries had “written charters modeled directly or indirectly on the U.S. version”, today the ” U.S. Constitution appears to be losing its appeal as a model for constitutional drafters elsewhere,” According to recently retired US Supreme Court justice, Ruth Bader Ginsburg [it was Sandra Day O’ Connor, of course, who recently retired from the SCOTUS], who was interviewed on Egyptian television last week (see video below), had this to say:

“I would not look to the United States Constitution if I were drafting a constitution in the year 2012,” she said. She recommended, instead, the South African Constitution, the Canadian Charter of Rights and Freedoms or the European Convention on Human Rights.

Two reasons that this many constitutional scholars agree with Bader Ginsburg is that i) the US constitution guarantees relatively few rights, and particularly guarantees none of the “second-” and “third-generation” rights, such as social and economic rights, and group-based cultural rights, and ii) the US constitution is notoriously difficult to amend. It is, in fact, the most difficult to amend of any constitution today. The Times wryly notes that Yugoslavia used to hold that distinction. Yugoslavia, as we know, no longer exists today.

The US constitution, however, was plenty good enough for Captain Kirk!

Support for Capital Punishment

On Thursday in POLI 1100, a general discussion about the distinctions between democratic and non-democratic regimes focused on the use(s) of violence by governments as a means of control. This led to a discussion of the use of, and support for, the death penalty. As many of my students knew, the death penalty is not used in Canada or Europe (with the exception of Belarus) but is used in the United States. Most of the class, however, was surprised to learn that, despite the differences in policy, until quite recently a majority of both Canadians and Americans supported the death penalty. The graphic below shows the supports of a Gallup-Ipsos survey carried out in 2004, in which Canadians just barely oppose the death penalty (although, as you can see, it is not a majority), while Great Britons (55%) and US Americans (64%) both have majorities supporting the death penalty.

Although support for capital punishment is decreasing in many countries, in many European countries a majority of the population still is in favour of the death penalty for those convicted of murder. What about Japan? In a poll released in February 2010, a record 85% of Japanese supported the death penalty!

What do you think about these results? Are they as you expected? What does this say about the political culture of the countries in question?

Constitutions of the World–Source/Archive

Here is a great source of political constitutions from states around the world, provided to the public by the University of Richmond Law School.

From the website:

This database offers constitutions, charters, amendments, and other related documents. Nations of the world are linked to their constitutional text posted somewhere on the Internet.