79475582

Date: 2025-02-28 12:55:18
Score: 0.5
Natty:
Report link

Starting from matplotlib version 3.3.0 you can do the following at the beginning

import matplotlib.pyplot as plt
plt.rcParams["figure.raise_window"]=False

Source: https://matplotlib.org/stable/users/prev_whats_new/whats_new_3.3.0.html#rcparams-for-controlling-default-raise-window-behavior

Credit to https://github.com/matplotlib/matplotlib/issues/22939#issuecomment-1113696066

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: user202729