|
From: Roy S. <roy...@ho...> - 2007-07-20 15:24:31
|
I'm trying to plot a simple histogram to a PDF file, using the following sc= ript:gnuplot - <<$$$set terminal pdfset style data histogramsset style fill= solidset tics outset output 'out.pdf'plot 'in.dat' using 2:xtic(1)$$$'in.d= at' contains histogram data in the following format:45 046 047 048 149 150 = 051 152 253 954 1555 656 357 358 159 160 161 062 263 064 165 0The resulting= output is a lovely histogram, with the x axis labelled using column 1.The= problem is that _every_ tic is labelled, which becomes unreadable when the= re's a lot of bins.Is there a way to suppress some of the labels?I know I'm= using the histogram plot in a pretty simplistic way - am I using it incorr= ectly?ThanksRoy _________________________________________________________________ Discover the new Windows Vista http://search.msn.com/results.aspx?q=3Dwindows+vista&mkt=3Den-US&form=3DQBR= E= |