bargraph icon indicating copy to clipboard operation
bargraph copied to clipboard

scaling via set size clips axis tic labels to their un-scaled bounds

Open derekbruening opened this issue 11 years ago • 2 comments

From [email protected] on June 18, 2010 14:00:17

What steps will reproduce the problem?

  1. When I run the second example for clustered bar graphs, the last x tick ("winword" in this example) does not appear
    1. 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

derekbruening avatar Dec 07 '14 18:12 derekbruening

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.

derekbruening avatar Dec 07 '14 18:12 derekbruening

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

derekbruening avatar Dec 07 '14 18:12 derekbruening