MathGroup Archive 1992

[Date Index] [Thread Index] [Author Index]

Search the Archive

bug in LogLogListPlot with FrameLabel?

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: bug in LogLogListPlot with FrameLabel?
  • From: Claudius Schnoerr <schnoerr at ipe.e-technik.uni-stuttgart.dbp.de>
  • Date: 22 Dec 92 12:06:58+0100

Hello,

in my logarithmic plots in PostScript, the framelabel overlaps the 
numbers at the x-axis, when they are printed in exponential notation
(I converted the pictures with the Clipboard on my Mac to EPS-files).
In the PICT-format on my screen, all is right. Below is my code.
On a MS-DOS computer the PostScript picture saved with Display[]
has the same mistake.

Is there an option to increase the space between the framelabel and the
picture?

If someone has a solution, please email to
   schnoerr at ipe.e-technik.uni-stuttgart.dbp.de

Thank You
 
   Cl.S.

                     text3
2   -------------------------------------------------
t   !                                               !
x   !               picture                         !
e   -------------------------------------------------
t        -8               -7               -6
    1. 10     ...    1. 10     ...    1. 10              the numbers
                     text1                           <=  overlaps with text1

----------------------------
Needs["Graphics`Graphics`"]

pic = DisplayTogether[ 
         { LogLogListPlot[ tab1, PlotJoined->True ],
           LogLogListPlot[ tab2, PlotJoined->True ]                
         }, Frame->True, PlotRange->All, 
         DefaultFont->{"Courier", 10.0},
	 GridLines->{Automatic, {6, 3, 0, -3, -6, -9, -12, -15}},
         FrameLabel->{"text1","text2"},
         PlotLabel->"text3" ]







  • Prev by Date: Numerical Analysis text
  • Next by Date: Numerical Analysis text
  • Previous by thread: Neural Net Notebooks
  • Next by thread: X11.m for NeXT