Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.5rc1: Calling figure transform with wrong argument crashs python #5105

Closed
@Tillsten

Description

@Tillsten

Following lead to a interpreter crash:

import matplotlib.pyplot as plt
fig = plt.figure()
#Just just give an exception
fig.transFigure.transform(1)

Windows 10, 64 bit, 2.7

Metadata

Metadata

Assignees

Labels

Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions