more padding and 600 dpi for map
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 517 KiB After Width: | Height: | Size: 1.1 MiB |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user