From 12160b2b351f3c725a23c176dd93edf3c7a9dac4 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Thu, 10 Aug 2017 10:30:54 +0200 Subject: [PATCH] corr "yerrorlines" -> "yerrorbars" --- pub/plot/gnuplotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/plot/gnuplotter.cpp b/pub/plot/gnuplotter.cpp index cbc39f40..6229d790 100644 --- a/pub/plot/gnuplotter.cpp +++ b/pub/plot/gnuplotter.cpp @@ -106,7 +106,7 @@ void CGnuPlotter::add_spec( % ccolor[(style_no-1) % ccolor.size()]); else { gp_fnames += str(format(" with %s pt %i lc rgb \"#%6x\" lw 2") - % (plot_errorbars && dyp.size() ? "yerrorlines" : "points") + % (plot_errorbars && dyp.size() ? "yerrorbars" : "points") % style_no % pcolor[(style_no-1) % pcolor.size()]); } FILE* gp_fd; -- GitLab