mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-08 22:37:56 -05:00
format fix for unitless values
Former-commit-id: 4c31d66d5e6b8dfb932df0513d9cdf4cd7b89061
This commit is contained in:
@@ -148,8 +148,9 @@ def plot_mongo_doc(
|
||||
if projection == 4326
|
||||
else ("(x, y)", "($x, $y)")
|
||||
)
|
||||
title = f"{dataset} ({unit}, {year})" if unit else f"{dataset} ({year})"
|
||||
fig = figure(
|
||||
title=f"{dataset} ({unit}, {year})",
|
||||
title=title,
|
||||
tools=TOOLS,
|
||||
plot_width=plot_width,
|
||||
plot_height=plot_height,
|
||||
|
||||
Reference in New Issue
Block a user