From fdf5ba54478a4ede23d8cbfd3e860968c69747aa Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 21 Feb 2018 08:19:55 +0100 Subject: [PATCH] swapped colors --- tex/gfx/errorOverTime.eps | 12 ++++++------ tex/gfx/errorOverTimePlotterSolo.gp | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tex/gfx/errorOverTime.eps b/tex/gfx/errorOverTime.eps index 8990e02..5382b6d 100644 --- a/tex/gfx/errorOverTime.eps +++ b/tex/gfx/errorOverTime.eps @@ -1,7 +1,7 @@ %!PS-Adobe-2.0 EPSF-2.0 %%Title: errorOverTime.tex %%Creator: gnuplot 5.2 patchlevel 2 -%%CreationDate: Tue Feb 20 13:13:37 2018 +%%CreationDate: Wed Feb 21 08:19:38 2018 %%DocumentFonts: %%BoundingBox: 50 50 316 194 %%EndComments @@ -441,7 +441,7 @@ SDict begin [ /Creator (gnuplot 5.2 patchlevel 2) % /Producer (gnuplot) % /Keywords () - /CreationDate (Tue Feb 20 13:13:37 2018) + /CreationDate (Wed Feb 21 08:19:38 2018) /DOCINFO pdfmark end } ifelse @@ -952,10 +952,10 @@ LTw LTb LCb setrgbcolor [] 0 setdash -0.00 0.25 0.50 C LCb setrgbcolor +0.00 0.87 0.00 C LCb setrgbcolor 1.500 UL LTb -0.00 0.25 0.50 C 4505 2266 M +0.00 0.87 0.00 C 4505 2266 M 162 0 V 607 865 M 8 -109 V @@ -1353,10 +1353,10 @@ LTw LTb LCb setrgbcolor [] 0 setdash -0.00 0.87 0.00 C LCb setrgbcolor +0.00 0.25 0.50 C LCb setrgbcolor 1.500 UL LTb -0.00 0.87 0.00 C 4505 2046 M +0.00 0.25 0.50 C 4505 2046 M 162 0 V 607 800 M 8 69 V diff --git a/tex/gfx/errorOverTimePlotterSolo.gp b/tex/gfx/errorOverTimePlotterSolo.gp index f0d3b92..06fffdb 100644 --- a/tex/gfx/errorOverTimePlotterSolo.gp +++ b/tex/gfx/errorOverTimePlotterSolo.gp @@ -21,7 +21,7 @@ set ytics 0,5,15 plot \ "0_1519064452.csv" using ($1/1000):2 with lines lc rgb "#c8c8c8" lw 2.0 title "\\footnotesize{maximum particle}", \ - "0_1519062756.csv" using ($1/1000):2 with lines lc rgb "#004080" lw 1.5 title "\\footnotesize{weighted-average particle}",\ - "0_1519062956.csv" using ($1/1000):2 with lines lc rgb "#00dd00" lw 1.5 title "\\footnotesize{KDE}" + "0_1519062756.csv" using ($1/1000):2 with lines lc rgb "#00dd00" lw 1.5 title "\\footnotesize{weighted-average particle}",\ + "0_1519062956.csv" using ($1/1000):2 with lines lc rgb "#004080" lw 1.5 title "\\footnotesize{KDE}"