Re: RealOnly
- To: mathgroup at smc.vnet.net
- Subject: [mg86639] Re: RealOnly
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Sat, 15 Mar 2008 17:44:40 -0500 (EST)
On 3/15/08 at 3:09 AM, sterraza at uacj.mx (Sergio Miguel Terrazas Porras) wrote: >To do things like Plot[x^(1/3),{x,-1,1}] one had to load the package >RealOnly in the old days in order to get the complete graph. >Now one gets the message that says that the package is obsolete and >that it may cause a conflict with the new functionality. >How does one get the complete graph without loading this package in >v. 6.0? First, you should be aware despite the warning many of the older packages will work with no problems in version 6.0. However, to get the desired plot without using this package in version 6.0 I would do ParametricPlot[{t^3, t}, {t, -1, 1}, AspectRatio -> 1/GoldenRatio]