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
Is your feature request related to a problem? Please describe.
Nearly 100% of the time when I generate heatmaps, the x and y axes do not have integer values. Instead, they are equispaced lists defined by the scenario, and it is annoying to infer the list value from the figure pixel index when the figure doesn't include appropriately scaled axes.
Describe the solution you'd like
I would like to see two optional arguments to visdom's heatmap(), specifically, I'm hoping the user would be provide optional inputs like
Is your feature request related to a problem? Please describe.
Nearly 100% of the time when I generate heatmaps, the x and y axes do not have integer values. Instead, they are equispaced lists defined by the scenario, and it is annoying to infer the list value from the figure pixel index when the figure doesn't include appropriately scaled axes.
Describe the solution you'd like
I would like to see two optional arguments to visdom's heatmap(), specifically, I'm hoping the user would be provide optional inputs like
So that an example use would be
Describe alternatives you've considered
The input-output behavior would be similar to matplotlib's imshow() or matlab's imagesc()
The text was updated successfully, but these errors were encountered: