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?
Hi @jobar8,
interpiesseems 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.
Nothing happens.
grid1.info()returns the same information both in VS Code or Jupyter Notebook. No errors.Any ideas?