Skip to content

Commit

Permalink
Add mapper, a helper tool for making 2D maps from SPH particles. (#733)
Browse files Browse the repository at this point in the history
* Add amuse.plot.mapper, a helper tool for making 2D maps from SPH particles.
Makes life easier compared to directly using FiMap.

* add amuse.plot.hydro, which plots SPH data (can also be called directly ATM)
  • Loading branch information
rieder committed Mar 14, 2023
1 parent 1d3e6cd commit 9afb520
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/amuse/community/fi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .interface import Fi
from .interface import Fi, FiMap

0 comments on commit 9afb520

Please sign in to comment.