Skip to content

Instantly share code, notes, and snippets.

@abrarShariar
Created September 9, 2019 08:15
Show Gist options
  • Save abrarShariar/aed6100fa7ae9f644e43ad86c202e029 to your computer and use it in GitHub Desktop.
Save abrarShariar/aed6100fa7ae9f644e43ad86c202e029 to your computer and use it in GitHub Desktop.
x = -50:50
y = x^2-500
plot(x,y, type="l", col="red", xlim=c(-100,100), ylim=c(-1000, 1000))
abline(h=0, v=0)
title(main="y=x^2-500", col.main="blue", font.main=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment