You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the map plotting function will only properly handle AMR-type variables (amr, hydro, rt).
It does handle plotting sink particles onto a plane, but in a strange way, with a call to a separate function at the end (_add_scatter), which does things very similar to other parts of map (distance to plane, dot products,...).
It does not handle particles.
We should make the mechanism apply to any type of layer. If the position key is found within the group, use that, if not, go into the amr group.
The text was updated successfully, but these errors were encountered:
Currently, the
map
plotting function will only properly handle AMR-type variables (amr
,hydro
,rt
).It does handle plotting sink particles onto a plane, but in a strange way, with a call to a separate function at the end (
_add_scatter
), which does things very similar to other parts of map (distance to plane, dot products,...).It does not handle particles.
We should make the mechanism apply to any type of layer. If the
position
key is found within the group, use that, if not, go into theamr
group.The text was updated successfully, but these errors were encountered: