Skip to content

Commit

Permalink
General update.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcfdtools committed Dec 7, 2023
1 parent 0bb0268 commit a264b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion PMP/dataset/pmax24h_out/25020230AHOC.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Station: 25020230AHOC
<div align="center">


<img alt="R.GISPython" src="graph/25020230AHOC_data_serie.png" width="700"></img>

</div>
Expand Down
2 changes: 1 addition & 1 deletion PMP/pmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def print_log(file_log, txt_print, on_screen=True, center_div=False):
if show_plot: plt.show()
fig_file = 'graph/' + station_name + '_data_serie.png'
plt.savefig(ouput_path + fig_file, dpi=dpi)
print_log(file_log, '\n<img alt="R.GISPython" src="%s" width="700"></img>' % fig_file, center_div=True)
print_log(file_log, '<img alt="R.GISPython" src="%s" width="700"></img>' % fig_file, center_div=True)
x = x_label
date = date_label
df = df.dropna()
Expand Down

0 comments on commit a264b3e

Please sign in to comment.