Skip to content

Commit d67ca65

Browse files
committed
Change-Id: Ib126c83423e61400bf369985815d7030b2e03c6e Signed-off-by: panacotta <[email protected]>
1 parent 1885c08 commit d67ca65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

papiplot/src/plot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ void plot(char *path) {
6161
/* plot "profit.dat" u 1:2 w boxes lc rgb"green" notitle,\
6262
"profit.dat" u ($1+d_width):3 w boxes lc rgb"red" notitle
6363
http://gnuplot-surprising.blogspot.com.es/2011/09/plot-histograms-using-boxes.html
64+
http://gnuplot-surprising.blogspot.com.es/2011/10/add-value-labels-to-top-of-bars-in-bar.html
6465
*/
6566
sleep(50000000);
6667
}

0 commit comments

Comments
 (0)