Python MatPlotLib Scatter Plot Tutorial 4

Published: 24 July 2016
on channel: MyStudy
2,889
12

This Video Will Explain about creating Scatter chart with MatplotLib function.

import numpy as np
X = np.floor(100*np.random.rand(1000))#[2,45,6,8,2,7,8,2,68,0]
Y = np.floor(100*np.random.rand(1000))
plt.scatter(X,Y)
plt.show()


Watch video Python MatPlotLib Scatter Plot Tutorial 4 online without registration, duration hours minute second in high quality. This video was added by user MyStudy 24 July 2016, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,889 once and liked it 12 people.