Skip to content

Commit

Permalink
Merge pull request astro-datalab#17 from gnarayan/master
Browse files Browse the repository at this point in the history
update plot (minor) to look more like a curve...
  • Loading branch information
rnikutta authored Sep 7, 2019
2 parents bcd94dd + f2cfc84 commit 2eb447c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"print(x) \n",
"\n",
"# You can now relate y to x with some function of the sort you've learned in school.\n",
"y = 3*x + 5.1 + 40*np.sin(x/10.) + 20*np.tan(x)\n",
"y = 3*x + 5.1 + 40*np.sin(x/10.) \n",
"\n",
"# Now, you can plot your data!\n",
"plt.figure()\n",
Expand Down Expand Up @@ -664,7 +664,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2eb447c

Please sign in to comment.