bugGNU Octave - Bugs: bug #52370, GS error in cairolatex

 
 

bug #52370: GS error in cairolatex

Submitter:  None
Submitted:  Wed 08 Nov 2017 05:41:15 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Georgios Kafanas Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.0.3
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 14 Dec 2017 02:43:55 AM UTC, comment #1: 

I see that you are using version 4.0.3 of Octave.  This version is deprecated and no longer supported.  The good news is that I ran your test code on the current stable version of 4.2.1, and it executes without problem.  Please upgrade.

Rik <rik5>
Group administrator
Wed 08 Nov 2017 05:41:15 PM UTC, original submission:  

I use the following script to plot a trajectory for the attached datafile.


X = dlmread('./p2cycle.dat', '\t');
fh = figure();
set(fh, "visible", "off");

hold on;
plot(X(:,2), X(:,3), 'b');
xlabel('$i_{L}[\si{\ampere}]$');
ylabel('$v_{C}[\si{\volt}]$');
hold off;

graphics_toolkit('gnuplot')
print(fh, "fig_state", "-dpdfcairolatex");


When I run the code from a script called 'fig_state' I get the following error message.


>> fig_state
  ./base/gsicc_manage.c:1148: gsicc_open_search(): Could not find default_gray.icc
| ./base/gsicc_manage.c:1789: gsicc_set_device_profile(): cannot find device profile


The problem only affects seems to affect cairolatex only.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #42350:  p2cycle.dat added by None (1MiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-14 rik5 StatusNone Fixed
        Open/ClosedOpen Closed
    2017-11-08 None Attached File- Added p2cycle.dat, #42350

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code