8000 Regression in maximum path size · Issue #4407 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Regression in maximum path size #4407
Closed
@anntzer

Description

@anntzer

With matplotlib 1.4.3 it is possible to draw at least a random time series of 70,000 points on the Qt4Agg backend:

$ python -c 'import numpy as np; from matplotlib import pyplot as plt; plt.plot(np.random.rand(70000)); plt.show()'

With the current HEAD, an OverflowError is thrown:

OverflowError: In draw_path: Exceeded cell block limit

Perhaps it's just a transient regression, but I didn't see it mentioned anywhere.

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

    0