From f802672b7d8f7a2a8cf2b95a1c0efd8b59923cc1 Mon Sep 17 00:00:00 2001 From: Rostislav Lisovy Date: Thu, 22 Sep 2011 15:10:25 +0200 Subject: [PATCH 1/1] Color fix in gnuplot scripts. --- samq_plot.txt | 2 +- sqma_plot.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samq_plot.txt b/samq_plot.txt index 62992e4..3369e56 100644 --- a/samq_plot.txt +++ b/samq_plot.txt @@ -12,7 +12,7 @@ set style line 3 linetype 1 linecolor rgb "blue" linewidth 1 pointtype 1 set style line 4 linetype 1 linecolor rgb "red" linewidth 1 pointtype 1 set style line 5 linetype 1 linecolor rgb "green" linewidth 1 pointtype 1 set style line 6 linetype 1 linecolor rgb "cyan" linewidth 1 pointtype 1 -set style line 7 linetype 1 linecolor rgb "cyan" linewidth 1 pointtype 1 +set style line 7 linetype 1 linecolor rgb "violet" linewidth 1 pointtype 1 #set style data points diff --git a/sqma_plot.txt b/sqma_plot.txt index 201a317..2a2bc80 100644 --- a/sqma_plot.txt +++ b/sqma_plot.txt @@ -12,7 +12,7 @@ set style line 3 linetype 1 linecolor rgb "blue" linewidth 1 pointtype 1 set style line 4 linetype 1 linecolor rgb "red" linewidth 1 pointtype 1 set style line 5 linetype 1 linecolor rgb "green" linewidth 1 pointtype 1 set style line 6 linetype 1 linecolor rgb "cyan" linewidth 1 pointtype 1 -set style line 7 linetype 1 linecolor rgb "cyan" linewidth 1 pointtype 1 +set style line 7 linetype 1 linecolor rgb "violet" linewidth 1 pointtype 1 #set style data points -- 2.39.2