|
From: Matthias K. <kr...@co...> - 2011-04-12 21:32:30
|
Hi, I used newhistogram to place several groups into the same plot, but all bars that do not use 'title col' are offset to the left. See http://compeng.uni- frankfurt.de/~kretz/memio.pdf for the PDF and http://compeng.uni- frankfurt.de/~kretz/test.gnuplot for the source to generate it. The problematic code looks like this: plot newhistogram " \rload", \ '-' using 2:xtic(1) title columnheader(2), \ newhistogram " \rstore", \ '-' using 2:xtic(1) notitle, \ newhistogram " \rload \& store", \ '-' using 2:xtic(1) notitle If you change the 'notitle' statements to 'title col' the bars are placed correctly. Also note the use of " \r" in the newhistogram label. I added it because there is no padding between the xtic labels and the newhistogram label (they're even slightly overlapping). I'd be grateful for suggestions. Cheers, Matthias PS: I'm subscribed. -- Dipl.-Phys. Matthias Kretz http://compeng.uni-frankfurt.de/?mkretz SIMD easy and portable: http://compeng.uni-frankfurt.de/?vc |