Jump to content

Mandelbrot set: Difference between revisions

m
→‎{{header|Python}}: Minor change (save picture)
m (→‎{{header|Python}}: minor changes)
m (→‎{{header|Python}}: Minor change (save picture))
Line 6,415:
escape_table[not_escaped] = i + 1
 
axplt.imshow(escape_table, cmap=plt.cm.twilight_shifted)
fig, ax = plt.subplots(dpi=150)
plt.savefig("image.png", dpi=150)</lang>
ax.imshow(escape_table, cmap=plt.cm.twilight_shifted)
plt.show()</lang>
 
=={{header|R}}==
305

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.