MathGroup Archive 2003

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

Search the Archive

Re: Fixing the legend

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39117] Re: Fixing the legend
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 30 Jan 2003 01:05:56 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <b18498$kq2$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

no, because Mathematica assign absolute font sizes, i.e.,
it say draw the text with 10 points and it should say
draw the text with ImageHeight/100 points.
So you have to ajust the fontsize by hand for the
final output size of the graphics.

I found it always easyer to make the legend box  by
hand and to combine the box and the graphics with two
rectangles. Because the PlotLegend package is a bit old
and knows nothing about the TextStyle and FormatType options
of Text[].

Regards
  Jens

Sergio Rojas wrote:
> 
> Hello folks,
> 
> How can one make the symbols labeling in the legend
> of the following plot to fix inside the surrounding
> box? Would it be possible to turn off the symbols
> labeling for the 3rd. and 4th. lines, where no
> legend is assigned?
_______________ CUT _______________________

> Sergio


  • Prev by Date: Re: Coloring a surface
  • Next by Date: Re: plotting several 3D-functions
  • Previous by thread: Fixing the legend
  • Next by thread: Re: Fixing the legend