Skip to content

Instantly share code, notes, and snippets.

@yohanesnuwara
Created March 20, 2020 07:23
Show Gist options
  • Save yohanesnuwara/91aba14686361b8151e072a57de6c094 to your computer and use it in GitHub Desktop.
Save yohanesnuwara/91aba14686361b8151e072a57de6c094 to your computer and use it in GitHub Desktop.
def xplot(axisx, axisy, axisz):
plt.scatter(axisx, axisy, c=axisz, s=5, cmap='gist_rainbow')
plt.colorbar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment