help-octave
[Top][All Lists]
Advanced

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

Re: Trying to make a respectable looking Hist3 plot and having big diffi


From: Tim Pierce
Subject: Re: Trying to make a respectable looking Hist3 plot and having big difficulty
Date: Wed, 2 Aug 2017 14:02:53 +0100

It is there in the screenshot and the example link - I included in the image too - it is simply the example code exactly as is


 X = [
    1    1
    1    1
    1   10
    1   10
    5    5
    5    5
    5    5
    5    5
    5    5
    7    3
    7    3
    7    3
   10   10
   10   10];
 hist3 (X);


Crystal Ball? you only had to look - I literally I used the exact code and showed it in the image.

Thanks for your erm... sarcasm I guess

On 2 August 2017 at 13:19, <address@hidden> wrote:
You will have to show the exact code you were running, then maybe someone can help you.
Maybe the wrong graphics-toolkit. I don't know, my crystal ball is in repair.

Trying to understand why the Octave-Forge Hist3 Example looks like this: (see picture at bottom of online help)

        https://octave.sourceforge.io/statistics/function/hist3.html

But when I run that exact code mine looks like this

        http://imgur.com/gallery/GBoq6


When I run it on my data it looks just as bad. I would love to showcase these 3D bars showing that Octave rivals some of our overpriced BI software but right now I'm struggling with getting things to look passable

Would LOVE any help to get this looking okay


_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



reply via email to

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