On a mission i took to myself i tries to make the Mandelbrot set, and my next step is to add axis to the image. Since it's a picture and not a graph, this is very difficult. Can you help me? Thx
Asked
Active
Viewed 131 times
1
-
1Like this? https://matplotlib.org/3.1.1/gallery/event_handling/viewlims.html#sphx-glr-gallery-event-handling-viewlims-py – Mark Setchell Jan 09 '21 at 16:15
-
Can you post a code snippet of what you're trying to do? If you use `matplotlib.pyplot` to display the visualization you should get axes by default. – jbencook Jan 09 '21 at 17:10
-
1@MarkSetchell exactly, thank you. – Yonatan Jan 12 '21 at 08:03
-
Cool - good luck with your project. – Mark Setchell Jan 12 '21 at 08:04
-
@jbencook I am not using matplotlib, i was using a PIL module to help me jenerate an image. – Yonatan Jan 12 '21 at 08:06
-
https://pypi.org/project/py-gnuplot/ – Adam Oct 28 '21 at 18:00