JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
7 stars 10 forks source link

LinePlotReducer Crashes on mac #18

Closed JimHokanson closed 8 years ago

JimHokanson commented 9 years ago

wtf = sci.time_series.data(rand(1e6,1),0.01); plot(wtf)

Zoom in, the system crashes

I think to debug this I need some singleton plotting options setting that I can temporary enable for debugging. A nice plotting routine would be nice (perhaps # of callbacks)

JimHokanson commented 9 years ago

There appears to be some sort of race condition somewhere. This may help: http://undocumentedmatlab.com/blog/solving-a-matlab-hang-problem

JimHokanson commented 8 years ago

this code has been deprecated in favor of the plotBig library: https://github.com/JimHokanson/plotBig_Matlab