Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thornoe committed Jan 16, 2025
1 parent d839ac9 commit 7b76236
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file modified gis/output/coastal_eco_imp.pdf
Binary file not shown.
Binary file modified gis/output/coastal_eco_obs.pdf
Binary file not shown.
Binary file modified gis/output/lakes_eco_imp.pdf
Binary file not shown.
Binary file modified gis/output/lakes_eco_obs.pdf
Binary file not shown.
Binary file modified gis/output/streams_eco_imp.pdf
Binary file not shown.
Binary file modified gis/output/streams_eco_obs.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion gis/script_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def missing_values_graph(self, j, frame, suffix="obs", index=None):

# Plot heatmap
colorMap = sns.xkcd_palette(colors)
plt.figure(figsize=(10, 14))
plt.figure(figsize=(10, 12))
ax = sns.heatmap(
df,
cmap=colorMap,
Expand Down

0 comments on commit 7b76236

Please sign in to comment.