1. Python的figure参数主要有:
def figure(num=None, # autoincrement if None, else integer from 1-N figsize=None, # defaults to rc figure.figsize dpi=None, # defaults to rc figure.dpi facecolor=None, # defaults to rc figure.facecolor edgecolor=None, # defaults to rc figure.edgecolor frameon=True, FigureClass=Figure, clear=False, **kwargs ):
可以设置图片大小、分辨率、颜色等。
2. subplot子图绘制,子图的绘图参数可以分别设置
plt.figure(1) x1 = np.linspace(-0.2, 2, 10) y1 = x1**2 + 0.3 plt.subplot(121) plt.scatter(x1, y1) plt.xlabel('X') plt.ylabel('Y') plt.title('test_1') x2 = np.linspace(-0.2, 2, 10) y2 = x2 + 0.3 plt.subplot(122) plt.plot(x2, y2, color="red", linewidth=1.0, marker = 's', linestyle="--") ## plt.plot(x, y, color="#ef5492", linewidth=2.0, marker = 's', linestyle="--") # plt.plot(x2, y2, 'rs--') plt.xlabel('X') plt.ylabel('Y') plt.title('test_2') plt.show()
3. 在同一张图片上显示多种图形,简单说把 plt.show()放在最后即可
import matplotlib.pyplot as plt import numpy as np plt.figure(2) x1 = np.linspace(-0.2, 2, 10) y1 = x1**2 + 0.3 plt.scatter(x1, y1) x2 = np.linspace(-0.2, 2, 10) y2 = x2 + 0.3 plt.plot(x2, y2, color="red", linewidth=1.0, marker = 's', linestyle="--") ## plt.plot(x, y, color="#ef5492", linewidth=2.0, marker = 's', linestyle="--") # plt.plot(x2, y2, 'rs--') plt.xlabel('X') plt.ylabel('Y') plt.title('test_3') plt.show()
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
华山资源网 Design By www.eoogi.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
华山资源网 Design By www.eoogi.com
暂无评论...
更新日志
2024年11月18日
2024年11月18日
- 证声音乐图书馆《真夏派对 x 浩室》[320K/MP3][67.19MB]
- 张镐哲.1994-无助【波丽佳音】【WAV+CUE】
- Relic.2024-浮在虛无的诗意【SEEAHOLE】【FLAC分轨】
- 群星.2001-台语(原主唱)排行总冠军黄金典藏版6CD【柯达唱片】【WAV+CUE】
- 证声音乐图书馆《真夏派对 x 浩室》[FLAC/分轨][379.1MB]
- 徐良《东西世界》[WAV+CUE][1.1G]
- 证声音乐图书馆《真夏派对 x 迪斯可》[320K/MP3][67.9MB]
- TheDutchSwingCollegeBand-JubileeConcert(LiveRemastered2024)(1980)[24Bit-96kHz]FLAC
- 永恒英文金曲精选6《TheBestOfEverlastingFavouritesVol.6》[WAV+CUE]
- ABC唱片-鲍比达·新民乐《满江红》[APE+CUE]
- 许嵩.2014-不如吃茶去【海蝶】【WAV+CUE】
- 周笔畅.2024-HAVE.A.GOOD.NIGHT【SN.Music】【FLAC分轨】
- 周笔畅.2024-HAVE.A.NICE.DAY【SN.Music】【FLAC分轨】
- 证声音乐图书馆《真夏派对 x 迪斯可》[FLAC/分轨][380.78MB]
- 证声音乐图书馆《星空下 爵士钢琴》[320K/MP3][65.88MB]