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

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

[Octave-bug-tracker] [bug #50750] dots behind box


From: Muhali
Subject: [Octave-bug-tracker] [bug #50750] dots behind box
Date: Fri, 7 Apr 2017 10:49:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?50750>

                 Summary: dots behind box
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Fri 07 Apr 2017 07:49:58 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following is adapted from the aboxplot function (attached)


x1 = normrnd(5,2,10000,1);
x2 = normrnd(10,2,10000,1);
x3 = normrnd(15,2,10000,1);

pkg load nan
x{1}{1} = x1;
x{1}{2} = x2;
x{1}{3} = x3;

graphics_toolkit qt

aboxplot(x,'labels',[5,10,15]);
xlabel('\mu');
print foo.png


In the box there should be no dots visible, as in Matlab. In octave I get

with qt: dots not in plot but in print (see attached plot and print)

with fltk: dots in plot and print

with gnuplot: no dots in plot and print



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 07 Apr 2017 07:49:58 AM PDT  Name: Screenshot from 2017-04-07
12-45-57.png  Size: 18kB   By: muhali

<http://savannah.gnu.org/bugs/download.php?file_id=40307>
-------------------------------------------------------
Date: Fri 07 Apr 2017 07:49:58 AM PDT  Name: foo.png  Size: 12kB   By: muhali

<http://savannah.gnu.org/bugs/download.php?file_id=40308>
-------------------------------------------------------
Date: Fri 07 Apr 2017 07:49:58 AM PDT  Name: aboxplot.m  Size: 10kB   By:
muhali

<http://savannah.gnu.org/bugs/download.php?file_id=40309>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50750>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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