Re: A question concerning Show and PlotLegend
- To: mathgroup at smc.vnet.net
- Subject: [mg65268] Re: [mg65255] A question concerning Show and PlotLegend
- From: "Christopher Arthur" <pannoniara at aol.com>
- Date: Thu, 23 Mar 2006 06:58:26 -0500 (EST)
- References: <200603221113.GAA10204@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
The PlotRange should just be a 2x2 array of {{xmin,xmax},{ymin, ymax}}, which tells Mathematica how much of the plot to draw. I'm not sure what you're trying to do with this. ----- Original Message ----- From: "Ryan Norman" <rbnorman at wpi.edu> To: mathgroup at smc.vnet.net Subject: [mg65268] [mg65255] A question concerning Show and PlotLegend > Hello, > > I have searched the archive and have found some hints about PlotLegend > being a slight pain to deal with and I am having some trouble myself. I > am trying to plot some theoretical curves along with some data. > > My code looks like: > > Show[Plot[{.389*10^3*dsigdtABC[x], .389*10^3*dsigdt[x]}, {x, xmin1, > xmax1}, PlotStyle -> {{Dashing[{0}]}, {Dashing[{.05, .02}]}}, Axes -> > False, Frame -> True, PlotLegend -> {"ABC", "OPE"}, LegendShadow -> None, > LegendSize -> {.35, .35}, LegendPosition -> {-.3, .05}, ImageSize -> {450, > 300}, PlotRange -> PlotRange[p2]], p2]; > > Where p2 is a plot of the data points. Right now it is spitting out the > p2 plot below (and all jumbled) the plot of the curves. Can anyone offer > some advice? > Thanks, > Ryan > >
- References:
- A question concerning Show and PlotLegend
- From: Ryan Norman <rbnorman@wpi.edu>
- A question concerning Show and PlotLegend