Merging manual 2D drawing with 2D Graphics promitives
- To: mathgroup at smc.vnet.net
- Subject: [mg119583] Merging manual 2D drawing with 2D Graphics promitives
- From: kokos <artbyte at interia.pl>
- Date: Sat, 11 Jun 2011 03:58:19 -0400 (EDT)
I have the following problem:
1. I have manualy created 2D graphics (drawing)
2. I would like to have a red arc (fragment of sorounding circle in
the drawing) on the drawing between arrows on the drawing)
3. so I've used:
Graphics[{Red, Circle[{50, 50}, 50, {0, 160 Degree}],
Inset[Out[49]]}]i
and that isn't what i want. please help. I can send explonatory
notebook
thanks in adwance
Luke