We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d3b72 commit 9eb9cc9Copy full SHA for 9eb9cc9
src/julia.py
@@ -32,5 +32,5 @@ def julia(z: Complex, c: Complex) -> Complex:
32
33
scaled = [[log10(val + 1e-12) for val in row] for row in mesh]
34
35
- # TODO: use plt.imshow and plt.plot to explore the scaled values.
+ # TODO: use plt.imshow and plt.show to explore the scaled values.
36
# TODO: combine plt.imshow and plt.colorbar.
0 commit comments