das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

for 2-dataset bundle of startTime and stopTime, don't use the last dataset (stopTime) as the data attached to each event #14

Closed jbfaden closed 3 years ago

jbfaden commented 3 years ago

The createEvents code would accept a n by two-element dataset of start times and stop times and return a canonical bundle dataset of events, but the stop time was used for the label. This would confuse Autoplot's autoranging, and is inconsistent with the behavior of other branches of the same code which use gray as the default color and "_" as the default message.

This is fixed.

jbfaden commented 3 years ago

This is fixed

jbfaden commented 3 years ago

See also https://github.com/autoplot/dev/tree/master/bugs/2021/20210611 and https://sourceforge.net/p/autoplot/bugs/2358/