Skip to content

Commit 1885c08

Browse files
committed
Merge remote-tracking branch 'origin/master'
Change-Id: I5f1cfaa8516b33d954d399db3f9a8c9747f1e7b0 Signed-off-by: panacotta <[email protected]>
2 parents c9e9a6a + 90681aa commit 1885c08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

papiplot/src/plot.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ void plot(char *path) {
5959

6060

6161
/* plot "profit.dat" u 1:2 w boxes lc rgb"green" notitle,\
62-
"profit.dat" u ($1+d_width):3 w boxes lc rgb"red" notitle*/
62+
"profit.dat" u ($1+d_width):3 w boxes lc rgb"red" notitle
63+
http://gnuplot-surprising.blogspot.com.es/2011/09/plot-histograms-using-boxes.html
64+
*/
6365
sleep(50000000);
6466
}

0 commit comments

Comments
 (0)