Skip to content

creating pngs in background mode leaks memory #1397

@doutriaux1

Description

@doutriaux1

A LOT!!!

for i in range(120):
   x.plot(data,"default","isofill")
   x.png("file_%i.png" % i)
   x.clear()

run and look at memory in top.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions