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

_affine = transforms.Affine2D removed but still used in collections.py #3887

Closed
@rainwoodman

Description

@rainwoodman

in v1.4.2 the line
_affine = transforms.Affine2D
is removed but immediately used in collections.py, around line 1480.

    if self._units == 'xy':        m = ax.transData.get_affine().get_matrix().copy()        m[:2, 2:] = 0        self.set_transform(_affine(m))

This gives a name error when trying to show the figure inline in ipython notebook, and siliently fails (dumps nothing) for Figure objects. -- if a collection is added to the axes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp