msarahan / state-adjacency-graphs

project to create adjacency graphs for the US census blocks within states
1 stars 4 forks source link

All plots are square #32

Closed Seth-Rothschild closed 6 years ago

Seth-Rothschild commented 6 years ago

We set fig = plt.figure(figsize=(9, 9)) in plots/mpl.py. Unfortunately, most states are not square. This seems like a particularly annoying problem to fix, and not that high of a priority.

Seth-Rothschild commented 6 years ago

closed with #44