Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created November 6, 2020 22:04
Show Gist options
  • Save brinnaebent/974f2189328894146040264baa78e51a to your computer and use it in GitHub Desktop.
Save brinnaebent/974f2189328894146040264baa78e51a to your computer and use it in GitHub Desktop.
fig.canvas.draw()
image = np.frombuffer(fig.canvas.tostring_rgb(), dtype='uint8')
image = image.reshape(fig.canvas.get_width_height()[::-1] + (3,))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment