Skip to content

Instantly share code, notes, and snippets.

@sunilkumardash9
Created January 30, 2022 12:09
Show Gist options
  • Save sunilkumardash9/7157e458e3dfd118317e9ecf85ec3a5c to your computer and use it in GitHub Desktop.
Save sunilkumardash9/7157e458e3dfd118317e9ecf85ec3a5c to your computer and use it in GitHub Desktop.
fig,ax = plt.subplots(figsize=(12,8))
ax.set_ylabel('J(cost)')
ax.set_xlabel('iterations')
x = ax.plot(range(400),a,'b.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment