saving . . . saved Changing the color of the border has been deleted. Changing the color of the border has been hidden .
Changing the color of the border
Title
Question
How to change the color of the border of an image?

Python-3.4.3 Image-manipulation-using-Arrays 06-07 min 20-30 sec 05-06-20, 2:41 p.m. HITESH_NINAMA

Answers:

There is no direct way to change the borders for plots. See here <a href="https://stackoverflow.com/questions/7778954/elegantly-changing-the-color-of-a-plot-frame-in-matplotlib">https://stackoverflow.com/questions/7778954/elegantly-changing-the-color-of-a-plot-frame-in-matplotlib</a> for a workaround
05-06-20, 2:46 p.m. ankitrj.iitb
ok
thanks
05-06-20, 3:18 p.m. HITESH_NINAMA

Login to add comment


Import Tkinter module.
Create a window.
Create a widget with highlightthickness set to desired border thickness.
Configure highlightbackground and highlightcolor attributes to the desired border-color.
Place the widget on the window created.
19-01-22, 1:09 p.m. dhivya.dd2002@gmail.com


Log-in to answer to this question.