From: Adrian M. <adi...@ya...> - 2012-04-24 16:42:22
|
Hi, I'm trying to plot my data with boxplots (zero separation between them) and variable x position. The boxplots are ok, but the xtics are not, they are all overlapped under the first boxplot. I would have expected them to be each under its own boxplot. Here's some code (and an attached data file): set timefmt "%H:%M:%S" set ydata time set xtics auto set style data boxplot set style boxplot separation 0 plot "flat" using 1:2:(1):1 to make things more obvious, try with a small, nonzero separation: set style boxplot separation 0.1 replot It looks like the tics aren't taking into consideration the boxplot's x position. Any ideas on how to fix this? Sincerely, Adrian |