I wonder if I can specific an argument to tell matplotlib to create a new figure at a specific location on the screen given a coordinate?
resultWindow = figure(2, figsize=(10, 10))
I checked the documentation and there seems to have no such argument.