LemurPwned / VISM

Software for visualising magnetic layers
Other
6 stars 2 forks source link

Timer running not properly for 520 nm #101

Closed pawelkulig1 closed 6 years ago

pawelkulig1 commented 6 years ago

There is problem for this data, with matplotlib it plots in weird manner. At the beginning it plots slowly but it starts to accelerate on time, middle part of plot is very fast and before end it's slower.

LemurPwned commented 6 years ago

Ok i will take care of this. It is actually not a bug. The staging must agree with opengl plot therefore it "waits" for opengl to change and changes for matplotlib are not always equal because of the invalid number of entry datapoints in odt files

LemurPwned commented 6 years ago

I will fix this later by adding an option to synchronize opengl to matplotlib. However, this time the situation will be reversed. Matplotlib plots will be waiting for opengl. Thus opengl drawing will vary in speed

LemurPwned commented 6 years ago

This will be fixed along with #109