How do I stretch the current figure size in matplotlib? For example, make it twice as wide but keeping the same height.
NOTE: I do not want to just set the figsize to something new. I want to double the existing width, whatever it is. This is not a duplicate question of how to set the figure size.