Re: Plotting singularities
- To: mathgroup at smc.vnet.net
- Subject: [mg116968] Re: Plotting singularities
- From: Peter Pein <petsie at dordos.net>
- Date: Sun, 6 Mar 2011 05:41:50 -0500 (EST)
- References: <ikt5mk$35$1@smc.vnet.net>
Am 05.03.2011 12:10, schrieb Jörg Schröder: > 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 > Hi Jörg, I would use Plot[Tan[x], {x, 0, 10}, Exclusions -> {Cos[x] == 0}] Peter