Leonardo Uieda
Leonardo Uieda
I found your StackOverflow question, by the way! http://stackoverflow.com/questions/19333898/lnk1181-cannot-open-input-file-m-lib
@AlecTaylor have you been able to resolve this issue?
Thanks for the input @eli-schwartz! The problem is that libgmt has many dependencies on other shared libraries as well which are usually dynamically linked (at least the conda-forge build is)....
Sorry, jumping in here a bit late here. A quick impression is that something like the dictionary approach would be the easiest way to implement but not necessarily the best...
The `frame` argument is another one that I would break into a dozen separate ones. Passing in a list with crazy strings is not something I've enjoyed recently.
Been thinking about this some more. The classes option is not a bad idea but there are some things to watch out for: 1. Going overboard with classes. The `Pen`...
Hi @zdl0320, could you please report what version of Fatiando, numpy, and matplotlib you're using? Did you install using Anaconda? Did you install mayavi from conda-forge?
@zdl0320 please follow these instructions to install all the dependencies for the paper in a separate conda environment: https://github.com/pinga-lab/paper-moho-inversion-tesseroids#setting-up-your-environment This will make sure you have the versions of the libraries...
Thanks @zdl0320! We're trying to move open geoscience forward a little bit. Let us know if you have any feature requests or come across any bugs.
@zdl0320 sorry about that, I think I replied to the wrong message. The recipe gravmag_imaging uses the fatiando.vis.myv package which relies on Mayavi. The imaging method itself doesn't need it,...