1 question
1
vote
1
answer
28
views
"AttributeError: 'FigureCanvasInterAgg' object has no attribute 'tostring_rgb'" in pyplot.show()
While using the following code:
from matplotlib import pyplot
from sarpy.visualization.remap import Density
from sarpy.io.product.converter import open_product
from sarpy.io.complex.converter import ...