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

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

[Octave-bug-tracker] [bug #55907] png plot does nor respect dpi and prod


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55907] png plot does nor respect dpi and produces unreadable results
Date: Thu, 21 Mar 2019 19:11:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36

Follow-up Comment #4, bug #55907 (project octave):

Quotes are needed to prevent the comma from being parsed as starting a new
command. This creates a png file and does not raise any error or warning:


clear all
close all
sombrero
print -dpng ./MyPlot.png "-S4000,3000" -r1000


The result is the same whether the -r option is present or not, so the last
comment seems to be accurate, the -r option is ignored if -S is present. The
help could be improved, also a warning could be printed if both options are
present and the -r option is ignored.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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