Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

macosx broken on python 3.4 non-framework builds, shaky on framework #3367

Closed
@efiring

Description

@efiring

To reproduce: on Mavericks with Anaconda 2.0.1, python 3.4, Anaconda's default mpl 1.3.1, in ipython:

%matplotlibimport numpy as npimport matplotlib as pltplt.plot(np.random.randn(10000))

This brings the plot up in a window that cannot even be resized.
I made a modified version of ipython the ipython script:

efiring@manini2:~/anaconda/envs/python3/bin$ diff ipython ipythonf1c1< #!/Users/efiring/anaconda/envs/python3/bin/python3---> #!/Users/efiring/anaconda/envs/python3/python.app/Contents/MacOS/python

and with this, the plot seems OK, except that it doesn't always register the "enter" event; when the window is selected, moving the cursor from outside to inside sometimes triggers interactivity (the cursor position is shown when inside the axes), but sometimes it doesn't. Moving the cursor inside more slowly seems to help, but it is not very predictable. This flakiness is confirmed with mpl 1.4.0rc3 using homebrew python3.4 with pip-installed ipython; these now link to the framework build.
I was not successful in building mpl from git in the Anaconda environment; shared libraries were not found. Therefore I have not tested the rc3 with the Anaconda default python 3.4.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp