jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Plotting a sinusoidal curve #450

Open chirag167 opened 5 years ago

chirag167 commented 5 years ago

I am trying to plot a sinusoidal curve of a function but I am ending up with a linear graph. If anyone could guide me on this, it would be very helpful! Here is a screen shot of my code:

image

ian-r-rose commented 5 years ago

This isn't really the place to ask general-purpose coding questions, but instead for questions regarding Project Jupyter.

That being said, you appear to be in the approximately linear portion of a sine curve (that is, you have zoomed in on the origin of the graph). Consider converting your time coordinates to seconds.