Skip to content

Commit 9eb9cc9

Browse files
authored
updated hint
1 parent 88d3b72 commit 9eb9cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def julia(z: Complex, c: Complex) -> Complex:
3232

3333
scaled = [[log10(val + 1e-12) for val in row] for row in mesh]
3434

35-
# TODO: use plt.imshow and plt.plot to explore the scaled values.
35+
# TODO: use plt.imshow and plt.show to explore the scaled values.
3636
# TODO: combine plt.imshow and plt.colorbar.

0 commit comments

Comments
 (0)