|
[Date Index]
[Thread Index]
[Author Index]
Re: Picture
- To: mathgroup at smc.vnet.net
- Subject: [mg66399] Re: Picture
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Thu, 11 May 2006 02:16:11 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <e3sgl3$lqp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
1s1kjake wrote:
> I want to put into a Mathematica doc.(v 5.2), a picture that I made. I
> am using the Text book layout. I do not want to do anything to the
> picture, except put the picture where I want it. How do I do this ?
> thank you
>
A combination of *Show* and *Import* [1] should do what you want. For
example
In[1]:=
Show[Import["C:\\Program Files\\Wolfram
Research\\Mathematica\\5.2\\Documentation\\English\\Demos\\DataFiles\\graphic.jpg"]];
HTH,
Jean-Marc
[1] http://documents.wolfram.com/mathematica/functions/Import
Prev by Date:
Re: mirror image of a square matrix
Next by Date:
Re: Question on Map or Apply
Previous by thread:
Re: Picture
Next by thread:
Mathematica Question
|