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

Axis ticks should be returned when rotating data #82

Open Shigaharuki3012 opened 2 months ago

Shigaharuki3012 commented 2 months ago

When I tried to rotate the data,the axis ticks disappeared,which is important to approximate the scale of the simulation area:

rot_origin=(0,0,0)
sdf.render(target='rho',log_scale=True,rotation = [45,0,0],rot_origin=rot_origin)

Will the code implement this in the future? rotate