Abhinav Tushar

Results 70 comments of Abhinav Tushar

Right now, we have same colors sorted by hue ![image](https://user-images.githubusercontent.com/2487306/38480667-627759b4-3bb6-11e8-9a67-5d1beeb94f33.png) This looks like an improvement but since there are 22 colors used out of 30, we can remove some of...

Another issue is that a systematic ordering of colors has made the later models more visible since their curves are drawn at the end. For example, you can see a...

Can we change this a little bit to accommodate cases like [82](https://github.com/reichlab/forecast-repository/issues/82) (from zoltar)? When we pass in `data-version-date`, we can use a arbitrary steps (including negative values). An example...

Also, in case of no `data-version-date` offset values (if any) will be ignored so that the solution stays backward compatible.

Also, @matthewcornell can we keep the value of `data-version-date` an integer (index in the `timePoints` array)? I was thinking to keep 'date' values in a single array (`timePoints`) and everywhere...

We now allow `dataVersionTime` (an index mapping to time in `timePoints` array) in predictions. The gray region now follows the `dataVersionTime` if provided, otherwise it follows the regular indices. Its...

Reopening. Lets close once we try it.

@matthewcornell try `0.9.4`. Structure is now this: ```json "predictions": [ { "dataVersionTime": 1, // index maps to the main timePoints array "series": [ { "point": 1.30017860564934 }, { "point": 1.40042830976304...

Oh, I thought these two dates are from the same discrete set. No problem, I will make it read the time (in whatever format we are accepting everywhere else).