Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drum plots with backtrace_time and x_scale not well choosen #17

Open
sbonaime opened this issue Jul 3, 2015 · 0 comments · May be fixed by #18
Open

Drum plots with backtrace_time and x_scale not well choosen #17

sbonaime opened this issue Jul 3, 2015 · 0 comments · May be fixed by #18

Comments

@sbonaime
Copy link
Owner

sbonaime commented 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)

@sbonaime sbonaime linked a pull request Jul 3, 2015 that will close this issue
@sbonaime 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant