From: Benjamin K. <ben...@go...> - 2009-03-03 19:33:02
|
Hi I'm working on a WinForms app which displays many PlotSuface2Ds in a row: 100 | | | 50 | | | 0 +-------------------------------- 1000 | | | 500 | | | 0 +------------------------------- The lower plot is shifted to the right because the TickText is a bit wider. How can I prevent this from happening? I've tried some workarounds but they sucked: - Rotated TickTexts by 90° - looks ugly - Moved TickTexts to the inside - looks even uglier I think the optimal way of accomplishing this is by specifying the width for the TickTexts but I didn't find a way to modify the bounding box of the axis. Do I need to modify NPlot's source? If so, what is the best way? Thanks in advance -- Benjamin |