Quantcast
Channel: Uncategorized - Matplotlib
Viewing all articles
Browse latest Browse all 51

Trying to plot in PyCharm

$
0
0

trying to do a simple plt.show() in a PyCharm project/file, i am getting a tkinter error, which is not found . simple code:

import pandas as pd
import numpy as np
import matplotlib
import customtkinter

matplotlib.use(‘TkAgg’)
import matplotlib.pyplot as plt

data = np.arange(10)
print(data)

plt.plot(data)

plt.show()


anyone seen this problem?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 51

Latest Images

Trending Articles



Latest Images