CDAT / vcs-js

3 stars 3 forks source link

Unable to plot after clear #26

Closed James-Crean closed 6 years ago

James-Crean commented 6 years ago

I am unable to get a plot to render in the same canvas after I have done a plot followed by a clear.

Steps to reproduce:

I checked through the vcdat code and didn't find anything that seemed to be causing it, and the arguments being passed to plot are valid.

danlipsa commented 6 years ago

@scottwittenburg I think this is similar with 'plotting a boxfill (colormaping on a scalar) followed by plotting a vector' = the correct image is produced on the server by the image does not get to the client.

James-Crean commented 6 years ago

Yes, that is the sort of behavior I have been seeing.