|
From: Risto T. <toi...@ne...> - 2013-12-20 11:39:29
|
Hi, I came across a problem when using the histogram cluster style. Manual states that the location of the first cluster at the x-axis is x=1. However, if I use explicit title option then the first cluster is located at x=0. Is there way to get an equal behavior for the both of the situations (with and without the title)? My test file (test.dat): ------------- part M1 M2 p A 2.42 2.2 0.01 B 2.50 2.1 0.03 ------------- Commands: ------------- reset set style data histograms set style histogram cluster set style fill solid 1.0 border lt -1 set key left top set xrange [-0.5:2.5] set yrange [0:3] plot for[I=2:3] 'test.dat' using I:xticlabels(1) notitle # Example here: http://picpaste.com/test-notitle-1u9GkFC8.png plot for[I=2:3] 'test.dat' using I:xticlabels(1) title columnheader(I) # Example here: http://picpaste.com/test-title-fAPyp44x.png ------------- I'm using the following: G N U P L O T Version 4.6 patchlevel 3 last modified 2013-04-12 Build System: FreeBSD i386 Any ideas? Thank you, Risto |