OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Raster graph - improve multiple time series graph #183

Open smalers opened 1 year ago

smalers commented 1 year ago

The following enhancements are needed:

  1. Due to the y-axis being reversed the x-axis tick marks are shown only on the top. Need to fix so that the ticks are drawn on the bottom to make sure the logic is correct.
  2. Also need to draw the x-axis tick marks on top and bottom.
  3. Need to draw the y-axis tick marks using the y-axis label array (on boundaries between time series).
  4. Evaluate whether to allow different symbol tables for time series, which will require different files and multiple legends. This might work for a few cases but a large number of tables would be difficult to fit on the view, unless they were reused.
smalers commented 1 year ago

Items 1 and 3 have been enabled as of TSTool 14.8.3.