We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1885c08 commit d67ca65Copy full SHA for d67ca65
papiplot/src/plot.c
@@ -61,6 +61,7 @@ void plot(char *path) {
61
/* 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
63
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
65
*/
66
sleep(50000000);
67
}
0 commit comments