octave:14> help plot'plot' is a function from the file C:\Octave\Octave3.6.4_gcc4.6.2\share\octave\3.6.4\m\plot\plot.m -- Function File: plot (Y) -- Function File: plot (X, Y) -- Function File: plot (X, Y, PROPERTY, VALUE, ...) -- Function File: plot
# -*- coding: utf-8 -*- """ Created on Mon Nov 30 13:24:00 2015 @author: jx_luo """ from pandas import DataFrame, Series import pandas as pd import numpy as np import matplotlib.pyplot as plt import matplotlib.font_manager as