Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Feb 9, 2024
1 parent d8bf9b1 commit 8f53c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autostreamtree/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ def main():
if params.run == "RUNLOCI":
geoDF = geoDF.merge(sdD, on='EDGE_ID')
geoDF.plot(column="stdevD", cmap="RdYlGn_r", legend=True)
plt.title("Stream network colored by standard deviation of",
"StreamTree fitted distances")
plt.title("Stream network colored by standard deviation of"+
" StreamTree fitted distances")
plt.savefig((str(params.out)+".streamsBystdevD.pdf"))
geoDF.plot(column="fittedD", cmap="RdYlGn_r", legend=True)
plt.title("Stream network colored by StreamTree fitted distances")
Expand Down

0 comments on commit 8f53c03

Please sign in to comment.