-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Change "NWS Level 3 Radar (dbz)" to something relative related to product description from metadata
def make_text_time_right(ax,end,
color="w",
fontsize=12):
text_time = ax.text(.995, 0.01,
"NWS Level 3 Radar (dbz)"+"\n"+"{0:%Y-%m-%d %H%MZ}".format(end),
horizontalalignment='right', transform=ax.transAxes,
color=color, fontsize=fontsize, weight='bold',zorder=15)
outline_effect = [patheffects.withStroke(linewidth=5, foreground='black')]
text_time.set_path_effects(outline_effect)
return text_time,axMetadata
Metadata
Assignees
Labels
No labels