Re: Plotting singularities
- To: mathgroup at smc.vnet.net
- Subject: [mg116960] Re: Plotting singularities
- From: Heike Gramberg <heike.gramberg at gmail.com>
- Date: Sun, 6 Mar 2011 05:40:24 -0500 (EST)
You could use the Exclusions options, e.g. the third example in the Basic Plotting documentation would be something like Plot[Tan[x], {x, -3, 3}, Exclusions -> {-Pi/2, Pi/2}] in Mathematica 8. Heike. On 5 Mar 2011, at 11:08, J=F6rg Schr=F6der wrote: > Dear Group, > > > > how can I omit to plot singularities, for example in Tan[x] in Version 8? It > seems, that something has changed since Version 7. When I copy the example > from the Documentation Center (Basic Plotting) Version 8 shows an error > message. > > > > J. Schroder >