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

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

[Octave-bug-tracker] [bug #45302] linewidth changes are not applied in e


From: anonymous
Subject: [Octave-bug-tracker] [bug #45302] linewidth changes are not applied in eps, eps2, epsc, epsc2 or svg print exports.
Date: Thu, 11 Jun 2015 09:04:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0

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

                 Summary: linewidth changes are not applied in eps, eps2,
epsc, epsc2 or svg print exports.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Do 11 Jun 2015 09:04:09 UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Niko
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When printing the following plot the linewidth in the figures changes, but the
exported eps, eps2, epsc, epsc2 or svg files do not contain the changed
linewidths. See png compared to eps inbound...




close all;
    graphics_toolkit("gnuplot");
    figure(123);
    h=subplot(2,2,4);
    plot(REDsect1/3600.0,REDsecav1,'color',[0 0 0.8],"LineWidth",3);
    hold on;
    plot(REDsect2/3600.0,REDsecav2,'color',[0 0.8 0],"LineWidth",3);
    title(["G: COBS-OBS\n" "B: OTHER-OBS"]);
    FS = findall(h,'-property','FontSize');
    set(FS,'FontSize',90);
    xlabel('time [h]',"fontsize",70);
    ylabel('Z sec average [nT]',"fontsize",70);
    grid on;
    set(gca,"fontsize",48);
    axis([-0.1 tss(end)/3600.0+0.1 min(horzcat(atemp1',atemp2'))*1.1
max(horzcat(atemp1',atemp2'))*1.1]);
####
    h=subplot(2,2,3);
    plot(REDmint1/3600.0,REDminav1,'color',[0 0 0.8],"LineWidth",3);
    hold on;
    plot(REDmint2/3600.0,REDminav2,'color',[0 0.8 0],"LineWidth",3);
    title(["G: COBS-OBS\n" "B: OTHER-OBS"]);
    FS = findall(h,'-property','FontSize');
    set(FS,'FontSize',90);
    xlabel('time [h]',"fontsize",70);
    ylabel('Z min average [nT]',"fontsize",70);
    grid on;
    set(gca,"fontsize",48);
    axis([-0.1 tss(end)/3600.0+0.1 min(horzcat(atemp1',atemp2'))*1.1
max(horzcat(atemp1',atemp2'))*1.1]);
#####
####
    h=subplot(2,2,2);
    plot(REDtenmint1/3600.0,REDtenminav1,'color',[0 0 0.8],"LineWidth",10);
    hold on;
    plot(REDtenmint2/3600.0,REDtenminav2,'color',[0 0.8 0],"LineWidth",10);
    title(["G: COBS-OBS\n" "B: OTHER-OBS"]);
    FS = findall(h,'-property','FontSize');
    set(FS,'FontSize',90);
    xlabel('time [h]',"fontsize",70);
    ylabel('Z ten-min average [nT]',"fontsize",70);
    grid on;
    set(gca,"fontsize",48);
    axis([-0.1 tss(end)/3600.0+0.1 min(horzcat(atemp1',atemp2'))*1.1
max(horzcat(atemp1',atemp2'))*1.1]);
####
#    h=subplot(2,2,2);
#    title(["G: COBS-OBS\n" "B: OTHER-OBS"]);
#    plot(REDhhourt1/3600.0,REDhhourav1,'color',[0 0 0.8],"LineWidth",10);
#    hold on;
#    plot(REDhhourt2/3600.0,REDhhourav2,'color',[0 0.8 0],"LineWidth",10);
#    title('G: COBS-OBS, B: OTHER-OBS');
#    xlabel('time [h]',"fontsize",70);
#    ylabel('Z half-h average [nT]',"fontsize",70);
#    grid on;
#    axis([-0.1 tss(end)/3600.0+0.1 min(horzcat(atemp1',atemp2'))*1.1
max(horzcat(atemp1',atemp2'))*1.1]);
#####
    h=subplot(2,2,1);
    plot(REDhourt1/3600.0,REDhourav1,'color',[0 0 0.8],"LineWidth",10);
    hold on;
    plot(REDhourt2/3600.0,REDhourav2,'color',[0 0.8 0],"LineWidth",10);
    title(["G: COBS-OBS\n" "B: OTHER-OBS"]);
    FS = findall(h,'-property','FontSize');
    set(FS,'FontSize',90);
    xlabel('time [h]',"fontsize",70);
    ylabel('Z hour average[nT]',"fontsize",70);
    grid on;
    set(gca,"fontsize",48);
    axis([-0.1 tss(end)/3600.0+0.1 min(horzcat(atemp1',atemp2'))*1.1
max(horzcat(atemp1',atemp2'))*1.1]);
#####
#    print("./outfiles/average_comparison.svg","-S4096,3072");
    print ./outfiles/average_comparison.eps -depsc2 "-S4096,3072";




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Do 11 Jun 2015 09:04:09 UTC  Name: figure.png  Size: 97kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=34199>
-------------------------------------------------------
Date: Do 11 Jun 2015 09:04:09 UTC  Name: average_comparison.eps  Size: 263kB  
By: None

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

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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