91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

python中設置背景顏色的函數是什么

九三
493
2021-02-23 11:46:16
欄目: 編程語言

python中設置背景顏色的函數是什么

在python中利用plt.subplot函數設置背景顏色,具體方法如下:


import matplotlib.pyplot as plt

import numpy as np


# Fixing random state for reproducibility

np.random.seed(19680801)


dt = 0.01

t = np.arange(0, 30, dt)

nse1 = np.random.randn(len(t)) # white noise 1

nse2 = np.random.randn(len(t)) # white noise 2

s1 = np.sin(2 * np.pi * 10 * t) + nse1

s2 = np.sin(2 * np.pi * 10 * t) + nse2

s3 = np.sin(2 * np.pi * 10 * t) + nse1

s4 = np.sin(2 * np.pi * 10 * t) + nse2


fig= plt.figure(1)

axs0=plt.subplot(221,axisbg='#FFDAB9')

axs0.plot(t, s1) #橫軸與縱軸數據

axs0.set_xlim(0, 2) #限制x軸的取值范圍

axs1=plt.subplot(222,axisbg='#7FFF00')

axs1.plot(t, s2)

axs1.set_xlim(0, 2)

axs2=plt.subplot(223,axisbg='#FF7F50')

axs2.plot(t, s3)

axs2.set_xlim(0, 2)

axs3=plt.subplot(224,axisbg='#A9A9A9')

axs3.plot(t, s4)

axs3.set_xlim(0, 2)


plt.show()


效果圖:

python中設置背景顏色的函數是什么


0
苍梧县| 江口县| 西青区| 冕宁县| 收藏| 阿合奇县| 延川县| 长沙县| 平定县| 紫云| 偃师市| 抚宁县| 永川市| 寿阳县| 兴安县| 讷河市| 海南省| 离岛区| 涞源县| 闸北区| 永新县| 凤凰县| 常德市| 普安县| 兴义市| 犍为县| 五指山市| 佛学| 阿拉善左旗| 南部县| 南漳县| 巴东县| 嘉祥县| 叶城县| 云浮市| 盐山县| 宜兰市| 沈丘县| 闵行区| 宁南县| 阜南县|