Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.5K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

A little problem with overlay of graphics

Posted 6 years ago
POSTED BY: Claude Mante
3 Replies

Thanks Neil, that's what I needed!

POSTED BY: Claude Mante
POSTED BY: Neil Singer

Claude,

You put the inset in the wrong place. Adjust the x,y coordinates a bit. I also made the main plot bigger to get more room for the plot and adjusted the vertical to align the axis:

ParametricPlot[{Sin[x], Sin[2 x]}, {x, 0, 4 \[Pi]}, Frame -> True, 
 ImageSize -> Large, Prolog -> Inset[p1, {.56, -.02}]]

gives you

enter image description here

Regards,

Neil

POSTED BY: Neil Singer
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard