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

setting size of the logviewer messes up the header section #5

Open
thoth291 opened this issue May 31, 2019 · 0 comments
Open

setting size of the logviewer messes up the header section #5

thoth291 opened this issue May 31, 2019 · 0 comments

Comments

@thoth291
Copy link

Here is what I did:

import petropy as ptr
log = ptr.log_data('WFMP')
# create LogViewer with 'raw' template
viewer = ptr.LogViewer(log,top = 6900, height= 2000)
viewer.fig.set_size_inches(11,30)
viewer.show() # diplay log data

And here is what I got:
image
As you can see GAMMA RAY is on top of GR - and etc...

Could you please help to debug this?
Thanks in Advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant