| Author |
Comment/Response |
AlPerry
|
09/17/00 07:21am
>> I get a ''noopen'' diagnostic when I try to >> <<Graphics`Graphics`
>> even when I copy this from ''Help'' or try to execute it
in
>> the Help examples. On the other hand,
>> <<DiscreteMath`CombinatorialFunctions`
>> does just fine either way.
>> Mathematica 4, Starmax 5000/300 w/ L2G3 card,
Mac
>> OS 9.0.4, 128M real memory, virtual memory off.
>> Suggestions?
>
>=====
>
>=======
>
>Is it possible that part of your Mathematica installation
has been moved?
>
>You could try typing << and then using Get File Path ...
from the Input menu to paste the full path of the
Graphics package into your notebook. Then evaluate
the result.
>
>Tom Zeller
>Forum Moderator
Here's my latest attempt -- following your suggestion, I
hope:
In[1]:=
<< Graphics`Graphics`
From In[1]:=
Get::''noopen'': ''Cannot open
\!\(\''Graphics`Graphics`\''\).''
Out[1]=
$Failed
In[2]:=
<< ''MathAnal & Games:Mathematica 4.0
Files:AddOns:Graphics:Graphics.m''
From In[2]:=
Get::''noopen'': ''Cannot open
\!\(\''Graphics`Common`GraphicsCommon`\''\).''
From In[2]:=
Needs::''nocont'': ''Context
\!\(\''Graphics`Common`GraphicsCommon`\''\) was not \
created when Needs was evaluated.''
In[3]:=
<< ''MathAnal & Games:Mathematica 4.0 \
Files:AddOns:Graphics:Common:GraphicsCommon.m
''
From In[3]:=
ScaleFunction::''shdw'': ''Symbol \!\(\''ScaleFunction\''\)
appears in multiple \
contexts \!\({\''Graphics`Common`GraphicsCommon`\'',
\''Graphics`Graphics`\''}\); \
definitions in context
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow \
or be shadowed by other definitions.''
From In[3]:=
ApproximateIntervals::''shdw'': ''Symbol
\!\(\''ApproximateIntervals\''\) appears \
in multiple contexts
\!\({\''Graphics`Common`GraphicsCommon`\'', \
\''Graphics`Graphics`\''}\); definitions in context \
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow or be shadowed by other \
definitions.''
From In[3]:=
IntervalCenters::''shdw'': ''Symbol \!\(\''IntervalCenters\''\)
appears in \
multiple contexts
\!\({\''Graphics`Common`GraphicsCommon`\'', \
\''Graphics`Graphics`\''}\); definitions in context \
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow or be shadowed by other \
definitions.''
From In[3]:=
IntervalBoundaries::''shdw'': ''Symbol
\!\(\''IntervalBoundaries\''\) appears in \
multiple contexts
\!\({\''Graphics`Common`GraphicsCommon`\'', \
\''Graphics`Graphics`\''}\); definitions in context \
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow or be shadowed by other \
definitions.''
From In[3]:=
FrequencyData::''shdw'': ''Symbol \!\(\''FrequencyData\''\)
appears in multiple \
contexts \!\({\''Graphics`Common`GraphicsCommon`\'',
\''Graphics`Graphics`\''}\); \
definitions in context
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow \
or be shadowed by other definitions.''
From In[3]:=
HistogramCategories::''shdw'': ''Symbol
\!\(\''HistogramCategories\''\) appears in \
multiple contexts
\!\({\''Graphics`Common`GraphicsCommon`\'', \
\''Graphics`Graphics`\''}\); definitions in context \
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow or be shadowed by other \
definitions.''
From In[3]:=
HistogramRange::''shdw'': ''Symbol
\!\(\''HistogramRange\''\) appears in multiple \
contexts \!\({\''Graphics`Common`GraphicsCommon`\'',
\''Graphics`Graphics`\''}\); \
definitions in context
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow \
or be shadowed by other definitions.''
From In[3]:=
HistogramScale::''shdw'': ''Symbol
\!\(\''HistogramScale\''\) appears in multiple \
contexts \!\({\''Graphics`Common`GraphicsCommon`\'',
\''Graphics`Graphics`\''}\); \
definitions in context
\!\(\''Graphics`Common`GraphicsCommon`\''\) may
shadow \
or be shadowed by other definitions.''
In[4]:=
<< Graphics`Graphics`
From In[4]:=
Get::''noopen'': ''Cannot open
\!\(\''Graphics`Graphics`\''\).''
Out[4]=
$Failed
I suspect I'm fundamnetally confused. Please help
URL: , |
|