import pandas as pd import numpy as np import matplotlib.pyplot as plt
plotting histogram with random numbers
x=20 * np.random.randn(1020)