yt-project / yt_idv

Interactive volume rendering for yt
Other
9 stars 6 forks source link

Aspect ratio has to be 1.0 #56

Closed matthewturk closed 2 years ago

matthewturk commented 2 years ago

There seems to be an assumption somewhere in the code that the aspect ratio is 1.0 when creating or drawing things, specifically the volume rendering.

matthewturk commented 2 years ago

to be clear, this should not be the case, and it can be seen by changing the width to anything other than the height in amr_volume_rendering.py.

chrishavlin commented 2 years ago

Fixed in #57 !