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

[ENH]: ContourSet.set_paths #26340

Closed
@rcomer

Description

@rcomer

Problem

To get contour labelling working with its special transforms, Cartopy has aworkaround where it replaces all the paths on theContourSet with transformed versions. This currently looks like

paths=cs.get_paths()paths[:]=transformed_paths

which doesn’t smell very good.

Proposed solution

The above would smell better as

cs.set_paths(transformed_paths)

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