diff --git a/frontend/templates/plotting.html b/frontend/templates/plotting.html index 71d4030..01830a4 100644 --- a/frontend/templates/plotting.html +++ b/frontend/templates/plotting.html @@ -1,8 +1,8 @@ {% extends "cosmic_base.html" %} {% block title %}Custom Plotting{% endblock %} {% block head_additions %} - {# The flask_googlemaps package does not work if installed via "sudo pip ...", we should figure out how to fix this #} - {# {{"decoupled-map"|googlemap_js(location_vars['Latitude'], location_vars['Longitude'], markers=[( location_vars['Latitude'], location_vars['Longitude'] )])}} + {# The flask_googlemaps package does not work if installed via "sudo pip ...", I should figure out how to fix this #} + {# {{"decoupled-map"|googlemap_js(location_vars['Latitude'], location_vars['Longitude'], markers=[( location_vars['Latitude'], location_vars['Longitude'] )])}} #} {% endblock %} {% block content %} @@ -15,7 +15,7 @@
- {# {{"decoupled-map"|googlemap_html(location_vars['Latitude'], location_vars['Longitude']) }} + {# {{"decoupled-map"|googlemap_html(location_vars['Latitude'], location_vars['Longitude']) }} #}
@@ -33,7 +33,7 @@
End time of the plot in UTCUnixSeconds(the plot will not extend further than the available data):

- The bin size for the histogram (note too many bins will slow down the histogram creation):
+ The bin size for the histogram in seconds (note that too many bins will slow down the histogram creation):