Upload Gemini_Generated_Image_8zzt6f8zzt6f8zzt.jfif
Browse filesimport matplotlib.pyplot as plt
import numpy as np
# Create a list of data points
x = np.array([1, 2, 3, 4, 5])
y = np.array([2, 4, 6, 8, 10])
# Create a plot
plt.plot(x, y)
# Add a title and labels
plt.title("My first plot")
plt.xlabel("X-axis")
plt.ylabel("Y-axis")
# Show the plot
plt.show()
.gitattributes
CHANGED
@@ -39,3 +39,4 @@ Petrus_Christus_-_Portrait_of_a_Young_Woman_-_Google_Art_Project.jpg filter=lfs
|
|
39 |
b1031d500fb711f0883df2de31650259_1.jfif filter=lfs diff=lfs merge=lfs -text
|
40 |
Gemini_Generated_Image_u2m9tbu2m9tbu2m9.jfif filter=lfs diff=lfs merge=lfs -text
|
41 |
e9f6cf466ab94af7869502520ea46a69.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
39 |
b1031d500fb711f0883df2de31650259_1.jfif filter=lfs diff=lfs merge=lfs -text
|
40 |
Gemini_Generated_Image_u2m9tbu2m9tbu2m9.jfif filter=lfs diff=lfs merge=lfs -text
|
41 |
e9f6cf466ab94af7869502520ea46a69.jpg filter=lfs diff=lfs merge=lfs -text
|
42 |
+
Gemini_Generated_Image_8zzt6f8zzt6f8zzt.jfif filter=lfs diff=lfs merge=lfs -text
|
Gemini_Generated_Image_8zzt6f8zzt6f8zzt.jfif
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b8f989ec1e68e06fc85bb7ab911755598e00993200168f3207829a2bb8561d5
|
3 |
+
size 853683
|