Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16585
| From | Guillermo Sanchez <guillermo.sanchez@hotmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Combining an image with a SectorChart graphic. |
| Date | 2014-02-22 08:01 +0000 |
| Message-ID | <le9lgb$fin$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
Hi friends
I would combining an image (in my real problem it is a google map image) with a SectorChart graphic.
Below it is shown the method that I have used. Could anyone suggest a better method?
img1 = ExampleData[{"TestImage", "Lena"}];
img2 = Export["imgsector.jpg",
SectorChart[RandomReal[{1, 4}, {10, 2}], PolarAxes -> Automatic,
PolarGridLines -> Automatic, PolarTicks -> {"Direction", Automatic}]]
img3 = Import["imgsector.jpg"]
ImageMultiply[img1, img3]
Thanks
Guillermo
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Combining an image with a SectorChart graphic. Guillermo Sanchez <guillermo.sanchez@hotmail.com> - 2014-02-22 08:01 +0000
csiph-web