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

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

[Octave-bug-tracker] [bug #52370] GS error in cairolatex


From: anonymous
Subject: [Octave-bug-tracker] [bug #52370] GS error in cairolatex
Date: Wed, 8 Nov 2017 12:41:16 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0

URL:
  <http://savannah.gnu.org/bugs/?52370>

                 Summary: GS error in cairolatex
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 08 Nov 2017 05:41:15 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Georgios Kafanas
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wed 08 Nov 2017 05:41:15 PM UTC  Name: p2cycle.dat  Size: 1MiB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=42350>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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