Skip to content
Snippets Groups Projects
Commit 12160b2b authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr "yerrorlines" -> "yerrorbars"

parent e984b9ca
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment