Spaces:
Sleeping
Sleeping
Update src/map_viz.py
Browse filesAdding title for map viz
- 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
|