A question concerning Show and PlotLegend
- To: mathgroup at smc.vnet.net
- Subject: [mg65255] A question concerning Show and PlotLegend
- From: Ryan Norman <rbnorman at wpi.edu>
- Date: Wed, 22 Mar 2006 06:13:45 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: A question concerning Show and PlotLegend
- From: "Christopher Arthur" <pannoniara@aol.com>
- Re: A question concerning Show and PlotLegend