octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65749] [octave package] (statistics) hist3()


From: Armin Müller
Subject: [Octave-bug-tracker] [bug #65749] [octave package] (statistics) hist3() help, axes flipped
Date: Fri, 17 May 2024 15:00:25 -0400 (EDT)

Follow-up Comment #5, bug #65749 (group octave):

In the corrected example that I provided, I have modified three points to get
it right:
1) exchanged the indices "centers" 1 and 2
2) transposed counts'
3) made the y axis  (axis xy)

This is why I think the example quite is strange.

[comment #2 comment #2:]


> figure
> [counts, centers] = hist3 (data);
> imagesc (centers{1}, centers{2}, counts')
> axis xy
> xlabel('X')
> ylabel('Y')




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65749>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]