You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user choose a backtrace_time which is not a divisible by x_scale, the plots seems to be not in real time. Maybe we should prevent the user to do so.
If backtrace_time % x_scale:
print 'backtrace_time should be a mutltiple of x_scale'
exit(0)
The text was updated successfully, but these errors were encountered:
sbonaime
changed the title
Drum plots with backtrace and x_scale not well choosen
Drum plots with backtrace_time and x_scale not well choosen
Jul 3, 2015
If the user choose a backtrace_time which is not a divisible by x_scale, the plots seems to be not in real time. Maybe we should prevent the user to do so.
If backtrace_time % x_scale:
print 'backtrace_time should be a mutltiple of x_scale'
exit(0)
The text was updated successfully, but these errors were encountered: