
Will ChatGPT/GPT-4 Be Able To Render a Single Line Drawing of a Cat by end of June 2024?
5
90Ṁ78resolved Dec 21
Resolved
NO1H
6H
1D
1W
1M
ALL
Using the following prompt:
Use matplotlib to render a single line drawing of a cat
I recieved the code:
import matplotlib.pyplot as plt
# Define the cat's shape using x and y coordinates
x = [3, 3, 5, 7, 9, 11, 11, 10, 11, 12, 13, 15, 17, 19, 19, 17, 15, 13, 12, 11, 10, 11, 9, 7, 5]
y = [4, 8, 10, 12, 10, 8, 4, 6, 4, 6, 4, 6, 8, 6, 4, 6, 8, 10, 12, 10, 12, 14, 12, 10, 8]
fig, ax = plt.subplots()
# Plot the cat's shape as a single line
ax.plot(x, y, lw=2, color='black', marker='o', markersize=4, markerfacecolor='red')
# Set plot properties
ax.set_aspect('equal')
ax.set_axis_off()
# Display the plot
plt.show()
Which renders as:

Ahhhh! No.
Using the same conditions as above, will ChatGPT be able to render a drawing of a cat by the end of June 2024? Resolves YES if so, otherwise NO.
Other relevant markets:
This question is managed and resolved by Manifold.
Get
1,000 to start trading!
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ17 | |
2 | Ṁ16 | |
3 | Ṁ0 |
People are also trading
Related questions
Will ChatGPT be able to consistently create images of a centaur by the end of 2025?
Will Chat GPT 6 release before the end of 2026?
18% chance
Will Chat GPT 7 release before the end of 2027?
17% chance
Will ChatGPT-4 be available for free until the end of 2026?
93% chance
Will ChatGPT-4 be available for free until the end of 2027?
71% chance