Horje
matplotlib background color Code Example
matplotlib background color
fig, ax = plt.subplots()
#to change the inside of the graph
ax.set_facecolor('xkcd:salmon')
ax.set_facecolor((1.0, 0.47, 0.42))
#to change the border color around the back
fig.patch.set_facecolor('xkcd:mint green')
matplotlib python background color
fig = plt.figure()
fig.patch.set_facecolor('xkcd:mint green')




Python

Related
tkinter app icon Code Example tkinter app icon Code Example
AlphaTauri Code Example AlphaTauri Code Example
python two-way comparisons Code Example python two-way comparisons Code Example
python two sides comparison Code Example python two sides comparison Code Example
python comparison operators Code Example python comparison operators Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7