matplotlib如何实现scale刻度
发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,这篇文章主要介绍 matplotlib如何实现scale刻度 ,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!1.5. 对数或者其他非线性坐标轴使用plt.xscal()来改变坐
千家信息网最后更新 2025年01月23日matplotlib如何实现scale刻度
这篇文章主要介绍 matplotlib如何实现scale刻度 ,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
1.5. 对数或者其他非线性坐标轴
使用plt.xscal()来改变坐标轴的刻度
import numpy as npimport matplotlib.pyplot as pltfrom matplotlib.ticker import NullFormatter # useful for `logit` scale# Fixing random state for reproducibilitynp.random.seed(19680801)# make up some data in the interval ]0, 1[y = np.random.normal(loc=0.5, scale=0.4, size=1000)y = y[(y > 0) & (y < 1)]y.sort()x = np.arange(len(y))# plot with various axes scalesplt.figure(1)# linearplt.subplot(221)plt.plot(x, y)plt.yscale('linear')plt.title('linear')plt.grid(True)# logplt.subplot(222)plt.plot(x, y)plt.yscale('log')plt.title('log')plt.grid(True)# symmetric logplt.subplot(223)plt.plot(x, y - y.mean())plt.yscale('symlog', linthreshy=0.01)plt.title('symlog')plt.grid(True)# logitplt.subplot(224)plt.plot(x, y)plt.yscale('logit')plt.title('logit')plt.grid(True)# Format the minor tick labels of the y-axis into empty strings with# `NullFormatter`, to avoid cumbering the axis with too many labels.plt.gca().yaxis.set_minor_formatter(NullFormatter())# Adjust the subplot layout, because the logit one may take more space# than usual, due to y-tick labels like "1 - 10^{-3}"plt.subplots_adjust(top=0.92, bottom=0.08, left=0.10, right=0.95, hspace=0.25,wspace=0.35)plt.show()
以上是" matplotlib如何实现scale刻度 "这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注行业资讯频道!
刻度
内容
坐标
坐标轴
篇文章
价值
兴趣
对数
小伙
小伙伴
更多
知识
行业
资讯
资讯频道
非线性
频道
参考
帮助
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
数据库备份到低版本
甘肃定制安卓软件开发
手狼服务器
验证appid时连接服务器失败
软件开发做项目什么科目
java获取数据库结构信息
网络安全信息简称
德惠数据库修复
北京计算机应用软件开发怎么样
低代码软件开发怎么做到的
静态空间数据库
ntp服务器连接
pc阿门罗服务器
数据库连番
伊犁网络安全
网警有权冻结服务器吗
泉州直播软件开发报价
内存数据库和关系数据库价格
湖南电脑软件开发学费
组装高性价比双cpu服务器
西蜀道互联网科技有限公司
成都文理学院网络安全知识讲座
安卓软件开发用什么语言好
电脑连接服务器的账号是啥
Gp数据库怎么数求月底
服务器交换机可视化管理
微信如何打开数据库
昌平区有口碑的软件开发不二之选
福州网络技术教育平台
网络安全技术教程