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

fignum_exists() could handle string numbers? #2880

Closed
@lebigot

Description

@lebigot

It is possible to create a figure with astring "number":figure(num="Charts"), which is used as the window title (if any).

This string number is even recognized bypyplot.subplots(…, num="Charts"): it does recover the original figure and axes.

However,pyplot.fignum_exists("Chart") returns False.

So, part of Matplotlib knows that a figure was created (and is open) with a certain string "number" (subplots(),…), while another part of Matplotlib doesn't (fignum_exists()). It would be useful iffignum_exists() was aware of figurestring numbers too.

Metadata

Metadata

Assignees

No one assigned

    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