Re: Manipulate without plus symbol
- To: mathgroup at smc.vnet.net
- Subject: [mg101328] Re: Manipulate without plus symbol
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 1 Jul 2009 06:35:58 -0400 (EDT)
- Organization: Uni Leipzig
- References: <h2cpnr$ach$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
Manipulate[
ParametricPlot[{Cos[(1 + w)*t], Sin[w*t]}, {t, 0, 2 Pi}], {{w, 1},
0.5, 10}, AppearanceElements -> None]
what "plus" symbol ?
Regards
Jens
axel wrote:
> Does anyone know how to get rid of the "plus" symbol in the top right
> corner of Manipulate? I am writing a Demonstration which will run on a
> public touchscreen terminal. Users should not be able to perform
> "Paste Bookmarks", because that would mess up the demonstration.
>
> Thank you
>
> Axel
>