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

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

[Octave-bug-tracker] [bug #56768] Problems with exporting a chart from a


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #56768] Problems with exporting a chart from a chart window.
Date: Mon, 19 Aug 2019 18:10:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #8, bug #56768 (project octave):

@davidblbulyan: Thanks, so uiputfile does seem to work well. Can you inspect
directly the arguments to the print function:


close all
plot (1:10)
dbstop print


Now save your figure to e.g. "/home/david/toto.pdf" using the File>Save
dialog. Once you've pressed the "Save" button, the command window prompt have
switched to debug mode at the first line of print.m. If you type "varargin"
you should see all the arguments passed to the function.

In my case varargin contians the following:


>> stopped in print at line 407
[/media/pantxo/datadisk/dev/octavebuild/../octaveclone/scripts/plot/util/print.m]
407:   opts = __print_parse_opts__ (varargin{:});
debug> varargin
varargin =
{
  [1,1] =  1
  [1,2] = /home/pantxo/toto.pdf
  [1,3] = -dpdf
}

debug> dbcont


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56768>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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