
For the Dygraph javascripts, we use the following options to achieve this effect:
{colors:['#007FFF'],
strokeWidth:0.7,
pixelsPerXLabel:50,
rightGap:2,
stepPlot:true,
fillGraph:true,
fillAlpha:0.8}
For the gnuplot scripts, we use the following two lines:
set style fill solid 1.0
plot "FILE" using 1:2 with boxes linetype 3
No comments:
Post a Comment