Vladdy
Vladdy

Reputation: 11

matplotlib.pyplot hangs up at any call

pyplot hangs up at any call, like this one:

import matplotlib.pyplot as plt
plt.plot([1,2,3,4])

or this one:

plt.ylabel('some numbers')

One core of the CPU keeps running at 100%.

Any other call using pyplot (plt.*) will give the same result.

I am using ubuntu 16.04.LTS, python 2.7.12 and matplotlib 1.5.3

Upvotes: 0

Views: 129

Answers (2)

Vladdy
Vladdy

Reputation: 11

I reinstalled Ubuntu and it works now. Otherwise nothing helped.

Upvotes: 1

Dr. John James Cobra
Dr. John James Cobra

Reputation: 216

try ipython from anaconda. What is your PC configuration? 12MHz with 8MB Ram? Plotting data with matplotlib is an absolute basic task

Upvotes: 0

Related Questions