We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imshow()
It would be very helpful if plotlars would have an implementation of a function that can plot 2d array.
plotlars
For example, the matplotlib python package has a whole family of functions that can do it. A good example is the imshow() function: https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html
matplotlib
A very nice crate! I thinks the rust ecosystem was missing something like this for a long time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be very helpful if
plotlars
would have an implementation of a function that can plot 2d array.For example, the
matplotlib
python package has a whole family of functions that can do it. A good example is theimshow()
function:https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html
A very nice crate! I thinks the rust ecosystem was missing something like this for a long time.
The text was updated successfully, but these errors were encountered: