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: Wed, 15 May 2024 15:19:21 -0400 (EDT)

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

Maybe the call to imagesc() is wrong.
Or maybe the output of hist3() is wrong.

This modified call of imagesc() would provide the expected output, at least:


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]