diff --git a/out_tables/spill_map_hex.pdf b/out_tables/spill_map_hex.pdf index 8951cde..f8d39b3 100644 Binary files a/out_tables/spill_map_hex.pdf and b/out_tables/spill_map_hex.pdf differ diff --git a/out_tables/spill_map_hex.png b/out_tables/spill_map_hex.png index 8cab549..bdbe633 100644 Binary files a/out_tables/spill_map_hex.png and b/out_tables/spill_map_hex.png differ diff --git a/scripts/make_spill_map.py b/scripts/make_spill_map.py index c805445..67eb016 100644 --- a/scripts/make_spill_map.py +++ b/scripts/make_spill_map.py @@ -336,7 +336,7 @@ def map_hex(spills: gpd.GeoDataFrame, boundary: gpd.GeoDataFrame, counties: gpd. out_pdf = OUT / 'spill_map_hex.pdf' out_png = OUT / 'spill_map_hex.png' fig.savefig(out_pdf) - fig.savefig(out_png, dpi=300, bbox_inches='tight', pad_inches=0.05) + fig.savefig(out_png, dpi=600, bbox_inches='tight', pad_inches=0.1) plt.close(fig) return out_pdf