📚 The CoCalc Library - books, templates and other resources
License: OTHER
Kernel: Python 2
matplotlib
Credits: Content forked from Parallel Machine Learning with scikit-learn and IPython by Olivier Grisel
Setting Global Parameters
Basic Plots
Histograms
Two Histograms on the Same Plot
Scatter Plots
In [1]:
Setting Global Parameters
In [2]:
Basic Plots
In [3]:
Out[3]:
Histograms
In [4]:
Out[4]:
(1000,)
float64
[ 0.6806888 0.72202042 1.40490113 1.13979846 0.5729488 1.32584077
0.61635621 0.60340336 1.29453467 0.69841457 0.6975998 0.72315991
0.66912189 1.03420801 0.62283168 0.38582511 0.89488414 1.4802518
1.43819256 0.98605861 0.60402232 1.03820507 0.35598796 1.32901087
1.03194436 1.3374366 1.82526334 1.26614489 1.20061661 0.86344001]
Two Histograms on the Same Plot
In [5]:
Out[5]:
Scatter Plots
In [6]:
Out[6]: