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

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

[Octave-bug-tracker] [bug #45285] printing with "-S..." option messes fi


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #45285] printing with "-S..." option messes figure size and png output
Date: Mon, 5 Feb 2018 17:11:19 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #13, bug #45285 (project octave):

+vervatim+
LIBGL_ALWAYS_SOFTWARE=1 LD_PRELOAD=/usr/lib64/libGLX_mesa.so.0 octave -f -q
--no-gui
octave:1> close all
octave:2> graphics_toolkit qt
octave:3> figure(1); 
octave:4> for i=1:3; 
>   plot (randn (100,1)); 
>   print ('-dpng','-S3800,3800',sprintf ('eraseme%d.png',i)); 
> end
warning: gl2ps_renderer::draw_axes: empty feedback buffer and/or nothing else
to print
warning: called from
    __opengl_print__ at line 155 column 7
    print at line 552 column 14
warning: gl2ps_renderer::draw_axes: empty feedback buffer and/or nothing else
to print
warning: called from
    __opengl_print__ at line 155 column 7
    print at line 552 column 14
warning: gl2ps_renderer::draw_axes: empty feedback buffer and/or nothing else
to print
warning: called from
    __opengl_print__ at line 155 column 7
    print at line 552 column 14


and I get three large and apparently completely empty png files.

May be I am doing something wrong...

If I save it to svg, it is more obviously empty (attached).

dd68506c0926 tip @

Dmitri.


(file #43184)
    _______________________________________________________

Additional Item Attachment:

File name: eraseme1.svg                   Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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