Re: Mathematica 6 review [first impressions]
- To: mathgroup at smc.vnet.net
- Subject: [mg76512] Re: Mathematica 6 review [first impressions]
- From: Szabolcs <szhorvat at gmail.com>
- Date: Wed, 23 May 2007 05:27:46 -0400 (EDT)
- Organization: University of Bergen
- References: <f2orqp$74e$1@smc.vnet.net> <f2rr94$a2r$1@smc.vnet.net> <f2u36b$i2a$1@smc.vnet.net>
Nasser Abbasi wrote:
> How??
>
> I can click on the plot to select it, then double click on it to move it,
> and even modify the actual curve plotted with the mouse.
>
> But I can seem to see how to change line width nor color or anything else.
>
> Where in the help is this described?
>
> thanks,
> Nasser
I do not know where is it described in the docs ... I just found it
while playing with the drawing tools.
This is how to do it:
1. Plot[Sin[x], {x, 0, 2 Pi}]
2. Double click the graphic, then click the sine curve to select it.
3. Choose Graphics -> Graphics Inspector from the menu.
4. Drag the slider for thickness (now it will be easier to see color,
dashing etc.)
:-)
Szabolcs