Skip to content

Return a figure without showing it #93

@kaizu

Description

@kaizu
fig, ax = plt.subplots()
_ = ax.plot(x, y, 'k--')
plt.close()
fig

https://qiita.com/U25CE/items/c2714bf5903de84bf47b

Metadata

Metadata

Assignees

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