-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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?
zouhaaa96
Metadata
Metadata
Assignees
Labels
No labels