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