|
From: <pl...@pi...> - 2016-03-23 09:28:24
|
Hi, I have been using some time data on x axis and the last xtic label is running outside the graph. If I set xtics rotate by -90 it all lines up nicely , but using rotate 0 or rotate -45 mean I lose half the last tick label which looks very messy and is not publishable. The clear space to the right of the graph ( no y2 stuff ) seems to be totally unaffected by the label orientation. Now I am aware that there are fundamental issues with getting text dimensions back from many termainals which means that text extents are a bit of guesswork and always inaccurate. However, this looks like the horizontal text extent of the last tic label is not even being used. Shouldn't this be calculated in the usual approximative way to ensure that it does not disappear? regard, Peter. |