PhilReinhold / liveplot

visualize your python data as it comes in, with minimal intrusion
11 stars 5 forks source link

fix problem with changing z-stack width. #8

Closed geyang closed 10 years ago

geyang commented 10 years ago

the bug was that the plotter crashes when the in-coming data has the wrong dimension.

A more robust behavior is to tolerate this and refresh the image when it happens.