Alvianojs commited on
Commit
8c58a77
1 Parent(s): 260bdfd

Update src/map_viz.py

Browse files

Adding title for map viz

Files changed (1) hide show
  1. src/map_viz.py +1 -0
src/map_viz.py CHANGED
@@ -80,4 +80,5 @@ def calling_map_viz(counts_df):
80
  ax.add_artist(collection)
81
  ax.set_xlim([100, 1900])
82
  ax.set_ylim([1800, 0])
 
83
  return fig
 
80
  ax.add_artist(collection)
81
  ax.set_xlim([100, 1900])
82
  ax.set_ylim([1800, 0])
83
+ ax.set_title(last_date + " " + last_time)
84
  return fig