As there is a way of getting array information as a PIL Image by Image.fromarray()
from array data.
I was wondering if there is a way of getting nx data into an image.
I looked into the documentation for PIL Image but I could not figure out what could be useful in this case. I wanted to do with nx.draw()
but returns a NoneType.
Edit: To be specific, I am looking for a way without saving it.