Skip to content

Interesting behaviour/interaction between matplotlib and validation_epoch_end(self, outputs) #13282

Discussion options

You must be logged in to vote

Creating a new figure before plotting?

fig, ax = plt.subplots()
ax.set_xlim(0, 10)
ax.plot([1, 5], [0, 10])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nick-torenvliet
Comment options

Answer selected by nick-torenvliet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party Related to a 3rd-party
2 participants