%matplotlib inline import matplotlib.pyplot as plt import numpy as np from IPython.html.widgets import interact def plot_sine(frequency=1.0, amplitude=1.0): plt.ylim ...
I tried creating a line chart using the data from a Dataframe. I load the Dataframe using a CSV file. While doing so I found something strange that the line chart has some data points which are not ...