TroglodyteDerivations
commited on
Commit
•
865df20
1
Parent(s):
6803e5f
Updated plot_vector_add Object behavior / Method
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ class Vector_Addition:
|
|
28 |
plt.title('Vector Addition')
|
29 |
plt.grid(True)
|
30 |
plt.legend()
|
31 |
-
|
32 |
buf = BytesIO()
|
33 |
plt.savefig(buf, format='png')
|
34 |
buf.seek(0)
|
|
|
28 |
plt.title('Vector Addition')
|
29 |
plt.grid(True)
|
30 |
plt.legend()
|
31 |
+
|
32 |
buf = BytesIO()
|
33 |
plt.savefig(buf, format='png')
|
34 |
buf.seek(0)
|