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
A common use case for me is visualizing an N-d array where one axis represents varying semantics (like loss vs. accuracy), but it is still meaningful to visualize the joint array because of shared coordinates. In those cases, I found that the global arguments for vmin and vmax are limiting because the scales of the different semantic dimension are distinct.
It would be great to be able to specify a dimension-specific value for vmin and vmax.
Adapting an example from the docs:
A common use case for me is visualizing an N-d array where one axis represents varying semantics (like loss vs. accuracy), but it is still meaningful to visualize the joint array because of shared coordinates. In those cases, I found that the global arguments for
vmin
andvmax
are limiting because the scales of the different semantic dimension are distinct.It would be great to be able to specify a dimension-specific value for
vmin
andvmax
.Adapting an example from the docs:
As a possible interface, I could think of adapting this global variant:
to a dimension-specific variant like:
Is this in scope of
render_array
?The text was updated successfully, but these errors were encountered: