mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Edit plot color in examples (#1385)
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
This commit is contained in:
@@ -28,7 +28,7 @@ plt.show()
|
||||
# Create another plot - with a name
|
||||
x = np.linspace(0, 10, 30)
|
||||
y = np.sin(x)
|
||||
plt.plot(x, y, 'o', color='black')
|
||||
plt.plot(x, y, 'o', color='pink')
|
||||
# Plot will be reported automatically
|
||||
plt.show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user