GLE Example: colorbar.gle


PDF file

size 12 8

include "barstyles.gle"

set font texcmr
begin graph
   title  "Customized bar style"
   ytitle "Number of users"
   xtitle "Year"
   data   "colorbar.dat"	
   xticks off
   yticks color gray10
   yaxis grid
   xaxis nofirst nolast
   bar d1 style colormap
end graph


return to examples page