bugGNU Octave - Bugs: bug #56613, fill produces unlimited...

 
 

bug #56613: fill produces unlimited svg-printout when used with ylim

Submitter:  Muhali <muhali>
Submitted:  Thu 11 Jul 2019 04:35:03 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 5.1.0 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 11 Jul 2019 08:31:16 PM UTC, comment #2: 

I guess, like me (and Mac users, and most Windows users), you are using a Mesa OpenGL driver. This is a very annoying known upstream bug (see bug #48689) and there is nothing we can do about it except moving away from gl2ps and reimplementing our low-level printing system from scratch.

The only known workaround is to either clip patches and surfaces before printing or use automatic axes limits.

Closing report as a duplicate.

Pantxo Diribarne <pantxo>
Group Member
Thu 11 Jul 2019 04:43:42 PM UTC, comment #1: 

there was an error. Once more:


demo fill 1
print /tmp/foo1.svg
ylim([-1 0.9]);
print /tmp/foo2.svg

ls -l /tmp/foo*.svg


gives the following sizes:

foo1.svg:   8K
foo2.svg: 560K

If ylim is further reduced (eg. ylim([-1 0.8]) it goes even further

foo2.svg: 763K

and so on.

Muhali <muhali>
Thu 11 Jul 2019 04:35:03 PM UTC, original submission:  


demo fill 1
print /tmp/foo1.svg
ylim([-1 0.9]);
print /tmp/foo2.svg

ls -l /tmp/foo*.svg
+verbatim+

gives the following sizes:

foo1.svg:   8K
foo2.svg: 560K

If ylim is further reduced (eg. ylim([-1 0.8]) it goes even further

foo2.svg: 763K

and so on.

Muhali <muhali>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pantxo (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-07-11 pantxo StatusNone Duplicate
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code