diff --git a/src/frontend/plotting/gnuplot.c b/src/frontend/plotting/gnuplot.c index 705842e10..8efe67865 100644 --- a/src/frontend/plotting/gnuplot.c +++ b/src/frontend/plotting/gnuplot.c @@ -484,7 +484,7 @@ void ft_gnuplot(double *xlims, double *ylims, } else if (plottype == PLOT_COMB) { strcpy(plotstyle, "impulses"); } else if (plottype == PLOT_ARROWS) { - fprintf(file, "set style arrow 1 head nofilled size screen 0.03, 15 lw 2\n"); + fprintf(file, "set style arrow 1 head nofilled size screen 0.03, 15 lw %d\n", linewidth); strcpy(plotstyle, "arrows"); } else if (plottype == PLOT_POINT) { if (markers) {