GLE Example: colorbar.gle

[PDF file]
size 12 8 include "/subroutines/barstyles.gle" set font texcmr begin graph title "Customized bar style" ytitle "Number of users" xtitle "Year" data "/examples/2dplots/colorbar.dat" xticks off yticks color gray10 yaxis grid xaxis nofirst nolast bar d1 style colormap end graph
[Return to examples page]