-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Matrix plot with custom axes? #214
Comments
That's a discrete axis. I was looking for a continuous axis showing data coordinates, much like matrix_plot already does, except the coordinates seem to only be bin coordinates. Like the plot at the bottom of https://boost-histogram.readthedocs.io/en/latest/user-guide/quickstart.html. |
That looks like a nice feature request. I will work on it for next version!
Thank you
- Savino
…On Sun, 6 Oct 2024 at 18:19, Henry Schreiner ***@***.***> wrote:
That's a discrete axis. I was looking for a continuous axis showing data
coordinates, much like matrix_plot already does, except the coordinates
seem to only be bin coordinates. Like the plot at the bottom of
https://boost-histogram.readthedocs.io/en/latest/user-guide/quickstart.html
.
—
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQQH6M4SSMLINDKX7AEDBLZ2FWIPAVCNFSM6AAAAABPOATUW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGUYTINBUGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Is it possible to do a matrix plot with custom axes? That is, if I am plotting a 2d histogram (like I would with imshow or pcolormesh in matplotlib), matrix_plot looks close to what I want, but it doesn't show my axes, just integers counting by bin. image_plot doesn't have axes. Am I missing something, or is this something that could be added (say to matrix_plot)?
The text was updated successfully, but these errors were encountered: