MathGroup Archive 2007

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

Search the Archive

Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80467] Plot
  • From: "ET" <etoussieh at resourceinsight.com>
  • Date: Thu, 23 Aug 2007 01:05:29 -0400 (EDT)

I am having problems adding labels to the following construct. Does anyone 
know how to do it?

Show[ListPlot[pts, PlotStyle -> Red, AxesOrigin -> {Min[ldj], 0}],
Plot[{lin1on, quad1on, cub1on}, {x, Min[ldj], Max[ldj]},
PlotStyle -> {Thickness[0.005]}]]

Also, as I am doing many similar plots how can I change the size of all the 
charts (non-manually).

Thanks,

ET



  • Prev by Date: Re: PlotStyle in version 6
  • Next by Date: Re: Outer with index in bounds
  • Previous by thread: Re: ListSurfacePlot3D in Mathematica Version 6
  • Next by thread: Re: Plot