otp.Source.plot (jupyter)#
- Source.plot(y, x='Time', kind='line', **kwargs)#
- Executes the query with known properties and builds a plot resulting dataframe. - Uses the pandas.DataFrame.plot method to plot data. Other parameters could be specified through the - kwargs.- Parameters
 - Examples - >>> data = otp.Ticks(X=[1, 2, 3]) >>> data.plot(y='X', kind='bar')