mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix missing plt.show in example
This commit is contained in:
parent
0e0b03157f
commit
f35e927951
@ -22,6 +22,7 @@ plt.show()
|
||||
area = (40 * np.random.rand(N))**2
|
||||
plt.scatter(x, y, s=area, c=colors, alpha=0.5)
|
||||
task.logger.report_matplotlib_figure(title="My Plot Title", series="My Plot Series", iteration=10, figure=plt)
|
||||
plt.show()
|
||||
|
||||
# Create another plot - with a name
|
||||
x = np.linspace(0, 10, 30)
|
||||
|
Loading…
Reference in New Issue
Block a user