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

Log scale and colour bar limits #58

Closed ttricco closed 1 year ago

ttricco commented 1 year ago

Setting the limits of the colour bar using vmin/vmax when log_scale=True returns the following error.

ValueError: Passing a Normalize instance simultaneously with vmin/vmax is not supported. Please pass vmin/vmax directly to the norm when creating it.