Contents:
- Buildingmatrix
- dictionaries
- matrix_operations
Methods:
- numpy_arange
- numpy_reshape
- numpy_array
- numpy.matrix.round
- plottingmatplotlib
- matplotlib_plot
- matplotlib_show
- matplotlib_xticks
- matplotlib_legend
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline # for jupyter
plt.plot([1,2,3])