Conversation
These functions differ slightly from Harmonica's due to the convention in paleomagnetism, where a positive vector is defined as downward.
For now the function only plots lines
|
@Souza-junior @YagoMCastro this would be much better as a matplotlib projection. That way matplotlib has tools to help draw grids, set ticks, etc. See https://matplotlib.org/stable/api/projections_api.html |
|
Tests are failing because we need add matplotlib as a run-time dependency to |
|
For testing, use the pytest-mpl plugin. It needs to be added to the |
|
The matplotlib projection stuff could be a follow up PR later. @YagoMCastro could you open an issue for that, please? |
|
Thank you for the great work on this. I noticed that there is a class that currently contain only a single function. In these cases, it might be more efficient to substitute the class with just a standalone function. This could help simplify the code and improve readability. What do you think? |
Relevant issues/PRs: