Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 887f9a9 + b5cf81d commit 1e3b4b2Copy full SHA for 1e3b4b2
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -684,7 +684,7 @@ def showtip(self, text):
684
except tk.TclError:
685
pass
686
label = tk.Label(tw, text=self.text, justify=tk.LEFT,
687
- background="#ffffe0", relief=tk.SOLID, borderwidth=1)
+ relief=tk.SOLID, borderwidth=1)
688
label.pack(ipadx=1)
689
690
def hidetip(self):
0 commit comments