|
From: Petr M. <mi...@ph...> - 2006-02-09 16:37:11
|
> because of the viewing angle. But the default view angle should at least > look pretty good. > > [I seem to recall the color box was at one time drawn in the plot coordinates > and used to rotat around with the graph. Remember that?] All views, as you get by mouse rotations, should look good. > Then replot the 3d example after > > set xlabel 'xlabel' > set ylabel 'ylabel' > set zlabel 'zlabel' > > Again, for some viewing angles the text is way out further than it need be. > [And if you could draw the axis labels using rotated text, you might have a > real winner.] > > I think this is the more difficult task that Hans refers to: making that axes > annotation look good in all views. I wish a much simpler task: the box of "set border 4095" rotates within the bounding box adjustable by "set Xmargin". Ignore labels as tics for this size -- exactly as "set Xmargin" in 2D. How to prove it: "set l+r+b+t margin 0", "set border 4095" , and the box is tighly inside the graphics window for any rotation by mouse. --- PM |