[yt-users] matplotlib backend install

Nathan Goldbaum nathan12343 at gmail.com
Fri Oct 4 21:39:29 PDT 2013


For you first issue, that's actually the expected behavior, since
PlotCollection uses the non interactive Agg backend behind the scenes.  You
might have more luck with PlotCollectionInteractive

Not sure what's going wrong with iyt.  For what it's worth, I believe iyt
is the same as doing "from yt.mods import *" inside a running IPython
session.  It may also import pylab, but that can be set up by invoking the
%pylab magic in IPython.

Nathan

On Friday, October 4, 2013, Semyeong Oh wrote:

> Hi Nathan,
>
> I successfully installed yt as our instruction, but have two problems:
>
> 1. I tested if I could get interactive matplotlib window with simple phase
> plot script (
> http://yt-project.org/docs/2.5/cookbook/simple_plots.html#simple-phase-plots).
> If I run the script in pylab (Qt4Agg backend) and append show() command at
> the end, nothing shows up. Is this just the way it is or is it possible to
> get yt plots in an interactive window?
>
> 2. I get following error with iyt script
> $ iyt
> Traceback (most recent call last):
>   File "/u/semyeong//Installs//anaconda/bin/iyt", line 5, in <module>
>     pkg_resources.run_script('yt==2.5.5', 'iyt')
>   File
> "/u/semyeong/Installs/anaconda/lib/python2.7/site-packages/pkg_resources.py",
> line 505, in run_script
>     self.require(requires)[0].run_script(script_name, ns)
>   File
> "/u/semyeong/Installs/anaconda/lib/python2.7/site-packages/pkg_resources.py",
> line 1239, in run_script
>     raise ResolutionError("No script named %r" % script_name)
> pkg_resources.ResolutionError: No script named 'iyt'
>
> Thanks for your help.
> Semyeong
>
>
>
> On Fri, Oct 4, 2013 at 3:56 AM, Nathan Goldbaum <nathan12343 at gmail.com<javascript:_e({}, 'cvml', 'nathan12343 at gmail.com');>
> > wrote:
>
>> Hi Samyeong,
>>
>> We're working on a general purpose, portable (ana)conda-based yt
>> installation method.  Before we figure out how that will work, you should
>> be able to build yt based on one of the conda recipes here:
>>
>> https://bitbucket.org/yt_analysis/yt_conda/
>>
>> Clone this repository (hg clone
>> https://bitbucket.org/yt_analysis/yt_conda/) and then navigate to the
>> root directory of the repo. To obtain a working yt build, you'll need to
>> run 'conda build yt' or 'conda build yt-dev`. The yt recipe will build yt
>> 2.5.5 and the yt-dev recipe will build the current tip of the yt mercurial
>> repository on bitbucket.
>>
>> Once the build finishes successfully, you can install the conda package
>> by running `conda install <package_tarball>` where <package_tarball> is the
>> .tar.bz archive that conda will print the path for once `conda build`
>> finishes.  This is a bit experimental, so it's possible you'll run into
>> issues.  If you do, please let us know as this will help us figure out how
>> we want to use conda for distributing yt going forward.
>>
>> Cheers,
>>
>> Nathan
>>
>>
>>
>> On Thu, Oct 3, 2013 at 6:27 PM, Semyeong Oh <semyeong.oh at gmail.com<javascript:_e({}, 'cvml', 'semyeong.oh at gmail.com');>
>> > wrote:
>>
>>> Hi,
>>>
>>> I have anaconda python installed, and use this as my default python with
>>> Qt4Agg matplotlib backend in my home directory(It also has TKAgg and other
>>> backends).
>>> Yet when I install yt with the install script, it does not install any
>>> of the backends that allows me to view plots interactively.
>>> How can I properly install them?
>>>
>>> Best regards,
>>> Semyeong
>>>
>>> _______________________________________________
>>> yt-users mailing list
>>> yt-users at lists.spacepope.org <javascript:_e({}, 'cvml',
>>> 'yt-users at lists.spacepope.org');>
>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>
>>>
>>
>> _______________________________________________
>> yt-users mailing list
>> yt-users at lists.spacepope.org <javascript:_e({}, 'cvml',
>> '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/20131004/2b57f55f/attachment.html>


More information about the yt-users mailing list