Skip to content

Instantly share code, notes, and snippets.

@MortisHuang
Created February 18, 2019 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MortisHuang/5832cb0a1dbd24d5aa26168fa11de644 to your computer and use it in GitHub Desktop.
Save MortisHuang/5832cb0a1dbd24d5aa26168fa11de644 to your computer and use it in GitHub Desktop.
# create figure and plot scatter
fig = plt.figure()
ax = fig.add_subplot(111)
line, = ax.plot(x,y, ls="", marker="o")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment