[yt-users] NameError: name 'SlicePlot' is not defined

Nathan Goldbaum nathan12343 at gmail.com
Fri Feb 22 11:24:28 PST 2013


Hi Reju,

I'm not completely sure why SlicePlot isn't in your namespace.  Can you do
the following at the command line:

$ yt instinfo

and reply with a paste of the result?

-Nathan


On Fri, Feb 22, 2013 at 10:53 AM, Reju Sam John <rejusamjohn at gmail.com>wrote:

> Hello all,
> I the following code
>
> from yt.mods import *
> pf = load("RD0015/RedshiftOutput0015")
> p= SlicePlot(pf,2,'Density','c',(20,'kpc'))
> p.save('sliceplot')
>
>
> it is showing an error
>
> *Traceback (most recent call last):
>   File "sliceplot_Density.py", line 3, in <module>
>     p = SlicePlot(pf,2,'Density','c',(20,'kpc'))
> NameError: name 'SlicePlot' is not defined*
>
>
> what is the reason? is there files we have to import.
> --
> Reju Sam John
>
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20130222/8f9b7f12/attachment.html>


More information about the yt-users mailing list