Re: Mathematica 8 install - ListPlot not working
- To: mathgroup at smc.vnet.net
- Subject: [mg116379] Re: Mathematica 8 install - ListPlot not working
- From: Canopus56 <canopus56 at yahoo.com>
- Date: Sat, 12 Feb 2011 05:20:33 -0500 (EST)
I resolved this problem as follows under Mathem8 and Windows 7 Prof: Mathematica 8 wanted a directory pointer set, e.g. -
Directory[]
NotebookDirectory[]
SetDirectory[%]
- then it implemented ListPlot without problems.
- Kurt