Incompatibility between CleanSlate and Export
- To: mathgroup at smc.vnet.net
- Subject: [mg18958] Incompatibility between CleanSlate and Export
- From: king at dircon.co.uk (Nigel King)
- Date: Fri, 30 Jul 1999 01:33:47 -0400
- Sender: owner-wri-mathgroup at wolfram.com
deosn't work. The symbol verbose sees to have been defined in CleanSlate and in something that Export loads. Unfortunate, if you use CleanSlate to keep memory from being used up in big simultations. I know it is unsupported. In[1]:= Needs["CleanSlate`", "Utilities`Cleanslate`"] In[2]:= p = Plot[x^2, {x, 0, 1}]; ** ** ** ** ** ** ** plot removed ** ** ** ** ** ** ** In[3]:= Export["temp", p, "EPS"] System`Verbose::"shdw": "Symbol \!\(\"Verbose\"\) appears in multiple \ contexts \!\({\"System`\", \"CleanSlate`\"}\); definitions in context \ \!\(\"System`\"\) may shadow or be shadowed by other definitions." Part::"partd": "Part specification \!\(\(\(\[LeftSkeleton] 1 \[RightSkeleton]\ \)\) \[LeftDoubleBracket] \(\(1, 2\)\) \[RightDoubleBracket]\) is longer than \ depth of object." Export::"fmterr": "Invalid \!\(\"EPS\"\) format." Out[3]= $Failed Nigel King