“Matplotlib -Python -Hintergrundfarbe” Code-Antworten

Matplotlib -Hintergrundfarbe

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')
Exuberant Eel

Matplotlib -Python -Hintergrundfarbe

fig = plt.figure()
fig.patch.set_facecolor('xkcd:mint green')
Distinct Dotterel

Ähnliche Antworten wie “Matplotlib -Python -Hintergrundfarbe”

Fragen ähnlich wie “Matplotlib -Python -Hintergrundfarbe”

Weitere verwandte Antworten zu “Matplotlib -Python -Hintergrundfarbe” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen