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

Can't show in VS Code #4

Open
leomiquelutti opened this issue Jul 9, 2020 · 0 comments
Open

Can't show in VS Code #4

leomiquelutti opened this issue Jul 9, 2020 · 0 comments

Comments

@leomiquelutti
Copy link

Hi @jobar8, interpies seems to be very goood for plotting geophysical data.

However, when I try to translate your Jupyter Notebook Getting_started_with_interpies to a pure python file to run in VS Code, it does not show any image.

import interpies

inFile = 'F:/GitHub/interpies/data/brtpgrd.gxf'
grid1 = interpies.open(inFile)
grid1.show()

Nothing happens. grid1.info() returns the same information both in VS Code or Jupyter Notebook. No errors.

Any ideas?

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