[Question] Idiomatic way of displaying 2D data as an image? #492
Unanswered
rkshthrmsh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am fairly new to Rust and am trying to find a way to plot a 2D
ndarray
as an image. In Python, this would be the equivalent of plotting a Numpy array using matplotlib'simshow
. What would be the idiomatic way to do this usingplotters
?Beta Was this translation helpful? Give feedback.
All reactions