ttricco / sarracen

A Python library for smoothed particle hydrodynamics (SPH) analysis and visualization.
https://sarracen.readthedocs.io
GNU General Public License v3.0
15 stars 18 forks source link

added symlognorm for render and tests #81

Closed j-p-terry closed 1 month ago

j-p-terry commented 3 months ago

I added the ability to do a symmetric log scale on rendering, which allows data with negative values to be put on log scale as well. A test was added and passed.