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

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

[Octave-bug-tracker] [bug #53056] LineWidth interpreted as pixels, not p


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #53056] LineWidth interpreted as pixels, not points
Date: Sat, 3 Feb 2018 10:35:53 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36

Follow-up Comment #1, bug #53056 (project octave):

Rik,
Here is screen but no file was generated likely due to
error message. A screen capture of the displayed file is attached. I ssh'ed to
a remote system.

>> close all
>> ver   % Show what version is running
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.3.0.713579 (R2017b)
MATLAB License Number: 569029
Operating System: Linux 4.14.14-200.fc26.x86_64 #1 SMP Fri Jan 19 13:27:06 UTC
2018 x86_64
Java Version: Java 1.8.0_121-b13 with Oracle Corporation Java HotSpot(TM)
64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB                                                Version 9.3        
(R2017b)
Simulink                                              Version 9.0        
(R2017b)
Control System Toolbox                                Version 10.3       
(R2017b)
DSP System Toolbox                                    Version 9.5        
(R2017b)
Image Processing Toolbox                              Version 10.1       
(R2017b)
Instrument Control Toolbox                            Version 3.12       
(R2017b)
Optimization Toolbox                                  Version 8.0        
(R2017b)
Signal Processing Toolbox                             Version 7.5        
(R2017b)
Simulink Control Design                               Version 5.0        
(R2017b)
Statistics and Machine Learning Toolbox               Version 11.2       
(R2017b)
Symbolic Math Toolbox                                 Version 8.0        
(R2017b)
>> h1 = line ([0 1], [0.1 0.1], 'linewidth', 0.5);
>> h2 = line ([0 1], [0.2 0.2], 'linewidth', 1);
>> h3 = line ([0 1], [0.3 0.3], 'linewidth', 2);
>> h4 = line ([0 1], [0.4 0.4], 'linewidth', 2.75);
>> h5 = line ([0 1], [0.5 0.5], 'linewidth', 3);
>> h6 = line ([0 1], [0.6 0.6], 'linewidth', 6);
>> h7 = line ([0 1], [0.7 0.7], 'linewidth', 12);
>> h8 = line ([0 1], [0.8 0.8], 'linewidth', 18);
>> ylim ([0 1]);
>> print -r300 lwidth.png
Error using alternatePrintPath
Invalid or unsupported printer '' specified.

Error in print (line 82)
pj = alternatePrintPath(pj);
 
>> quit



(file #43159)
    _______________________________________________________

Additional Item Attachment:

File name: Screenshot from 2018-02-03 15-26-02.png Size:15 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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