Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
main
FEA-Bench
/
testbed
/
matplotlib__matplotlib
/
lib
/
matplotlib
/
tests
/
tinypages
/
range4.py
hc99
Add files using upload-large-folder tool
714e7c4
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
81 Bytes
from
matplotlib
import
pyplot
as
plt
plt.figure()
plt.plot(
range
(
4
))
plt.show()