scaling via set size clips axis tic labels to their un-scaled bounds
From [email protected] on June 18, 2010 14:00:17
What steps will reproduce the problem?
- When I run the second example for clustered bar graphs, the last x tick ("winword" in this example) does not appear
- Without set size option ("extraops=set size 1.2,1"), the tick is shown. 3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system? gnuplot 4.4/Ubuntu
Please provide any additional information below.
Original issue: http://code.google.com/p/bargraphgen/issues/detail?id=23
From [email protected] on June 18, 2010 11:02:21
"extraops=set size 1.1,1" works correctly showing the last xtick. Over 1.1 works incorrectly.
From [email protected] on June 20, 2010 09:28:37
This is a known bug in gnuplot that is documented on my site ( http://www.burningcutlery.com/derek/bargraph/ ) under "Caveats and Future Work": see "There is a bug in gnuplot 4.2.0...".
In the future I may stop relying on gnuplot entirely, but for now the only workaround is to either patch your gnuplot (I provide a patch on the page) or use an older gnuplot.
I'll leave this Issue open to have something in the tracker documenting the problem.
Summary: scaling via set size clips axis tic labels to their un-scaled bounds