Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Animated scatter plot
Post: Animated scatter plot

I try to get a animated scatter plot, in which a y value is plotted for every x, each second. x = np.array(range(0,750)) y = np.array(np.random.rand(750)) for i in range(0,len(x)): plt.scatter(x[i...
maximan General Coding Help 0 1,655 Jan-18-2021, 03:53 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020