changeset 138:3f1c93b0e8c6 draft

Uploaded
author greg
date Wed, 21 Nov 2018 11:20:17 -0500
parents 97a56ff8f32a
children 0440f1c7715e
files utils.R
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/utils.R	Wed Nov 21 11:17:58 2018 -0500
+++ b/utils.R	Wed Nov 21 11:20:17 2018 -0500
@@ -141,12 +141,7 @@
             label_str = "Number insects is 0";
             tick_index = get_tick_index(i, last_tick, ticks, tick_labels, tick_sep);
             ticks[tick_index] = i;
-            if (date_interval) {
-                # Append the day to label_str
-                tick_labels[tick_index] = paste(label_str, day, sep=" ");
-            } else {
-                tick_labels[tick_index] = label_str;
-            }
+            tick_labels[tick_index] = label_str;
             last_tick = i;
         } else if (i == prepend_end_norm_row) {
             # Add a tick for the end of the 30 year normnals data