bugGNU Octave - Bugs: bug #50468, plotyy creates double axis in...

 
 

bug #50468: plotyy creates double axis in prints

Submitter:  Muhali <muhali>
Submitted:  Mon 06 Mar 2017 04:18:04 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.1 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 17 Jul 2017 03:28:45 PM UTC, comment #8: 

I'm going to close this for now.  If it arises again, and it can be determined that the problem is with Octave rather than an external library or video card, then we will take a look.

Rik <rik5>
Group administrator
Mon 17 Jul 2017 08:19:07 AM UTC, comment #7: 

now this works for me as well.

Muhali <muhali>
Tue 04 Apr 2017 10:58:25 AM UTC, comment #6: 

I can't get osmesa to work anymore since a couple of weeks. I would be very happy if I could.

Muhali <muhali>
Fri 31 Mar 2017 08:18:07 PM UTC, comment #5: 

At this point it could still be something OS-specific, or PC-specific.  It isn't a general thing.  What happens if you make the figure invisible and print through the OSmesa libraries?

Rik <rik5>
Group administrator
Fri 31 Mar 2017 06:36:50 PM UTC, comment #4: 

so did I, but it still doesn't work. Nor does it work for the original octave package (Arch).

Muhali <muhali>
Wed 29 Mar 2017 05:30:08 PM UTC, comment #3: 

I downloaded 4.2.1 source, built it, ran this test code, and it still works just fine for me.

Rik <rik5>
Group administrator
Wed 29 Mar 2017 09:24:26 AM UTC, comment #2: 

I have gl2ps 1.3.9-1.

Muhali <muhali>
Mon 27 Mar 2017 08:25:42 PM UTC, comment #1: 

This works for me.  I'm running the stable branch at ID 71a749eeb7d3; It's the closest thing I have to 4.2.1 at the moment.  What version of gl2ps do you have installed?

Rik <rik5>
Group administrator
Mon 06 Mar 2017 04:18:04 PM UTC, original submission:  

The following code


graphics_toolkit qt

set(0, "defaultfigureunits", "normalized") ;
set(0, "defaultfigureposition", [0.7   0.7   0.25   0.25]) ;

clf
subplot(2,1,1) ;
plotyy(1:5, randn(1,5), 1:5, ones(1,5))
subplot(2,1,2) ;
plot(randn(1,5)) ;

print foo.png


creates a double axis in the print, as shown in the attached figure.

Muhali <muhali>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #39904:  foo.png added by muhali (22KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by muhali (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-07-17 rik5 Open/ClosedOpen Closed
    2017-03-27 rik5 StatusNone Works For Me
    2017-03-06 muhali Attached File- Added foo.png, #39904

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code