Message Boards Message Boards

0
|
2926 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Put one plot in the display of two plots in the background?

Posted 7 years ago
POSTED BY: František Prinz
3 Replies
POSTED BY: Gianluca Gorni

Here is a simulation with two choices of order:

cp = ContourPlot[
  Cos[x/10000] + Sin[y/10000], {x, -50000, 50000}, {y, 0, 10000}, 
  ContourShading -> None, ImageSize -> Large, Contours -> 10, 
  ContourLabels -> True, 
  FrameLabel -> {{HoldForm[y[m]], None}, {HoldForm[x[m]], 
     None}}]; pl = 
 Plot[3000/(1 + (x/5000)^4), {x, -50000, 50000}, PlotRange -> All, 
  PlotStyle -> Black, ImageSize -> Large, AxesOrigin -> {-50000, 0}, 
  Filling -> {Axis}, FillingStyle -> {Opacity[1], Gray}];
Show[cp, pl]
Show[pl, cp]

Neither is what you need?

POSTED BY: Gianluca Gorni
POSTED BY: František Prinz
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract