|
From: Fabiano C. D. <fa...@fe...> - 2005-09-30 12:51:54
|
Hi, there! I need a blue graphic (set of bars) and I don't know how to set it. I got= a set of red bars instead :( I found a colorbox option but I couldn't understand how to use it. I tried setting gnuplot*line1Color: blue on .Xresources... but I think it= has nothing to do with this. Here goes my .plot file: set term png set out 'ADM.png' set title "Relatorio de uso no mes de Setembro" set timefmt "%H:%M" #set key below set bars small set style data boxes set style fill solid 0.25 set boxwidth 0.5 set xlabel "Dia do mes" set ylabel "Tempo decorrido" set xrange [0:31] set ydata time set yrange ["00:00":"16:00"] set xtics 1 plot 'ADM' u 1:2 t 'ADM' Thanks in advance! -- Fabiano Caixeta Duarte Se=E7=E3o T=E9cnica de Inform=E1tica FEA-RP/USP |