V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
LeIYc
V2EX  ›  Python

新手求教。 Python 用 matlab 画图怎么同一坐标轴

  •  
  •   LeIYc · 2018-04-18 15:15:53 +08:00 · 3039 次点击
    这是一个创建于 2171 天前的主题,其中的信息可能已经有所发展或是发生改变。

    from numpy.random import randn fig = plt.figure();ax = fig.add_subplot(1,1,1)

    ax.plot(a,'k',label = 'PESQ_sender') ax.plot(b,'g',label = 'MOSLQO_sender') ax.plot(c,'r',label = 'PESQ_receiver') ax.plot(d,'y',label = 'MOSLQO_receiver')

    这样写的代码 a,b,c,d 是四个列表 在一张图上画,执行结果 Y 轴不统一,怎么才是设置成统一的刻度。

    5 条回复    2018-04-18 21:36:47 +08:00
    dbw9580
        1
    dbw9580  
       2018-04-18 15:24:39 +08:00 via Android
    xlim ylim
    LeIYc
        2
    LeIYc  
    OP
       2018-04-18 16:09:19 +08:00
    @dbw9580 里面的参数是怎么回事啊?怎么感觉完全没有规律
    hastelloy
        3
    hastelloy  
       2018-04-18 17:30:11 +08:00 via Android
    哪里用 matlab 了,
    画图基本照着 matplotlib 官方文档 gallary 里面的例子依葫芦画瓢就可以了
    guoli100
        4
    guoli100  
       2018-04-18 18:14:57 +08:00
    链接是我之前自己总结的 matplotlib 的常用方法,不过建议你参考 matplotlib 官方文档。

    https://gist.github.com/guoli100/ef60abf8eaed5569cdc4682737cb8fe3
    yanyuechuixue
        5
    yanyuechuixue  
       2018-04-18 21:36:47 +08:00 via Android
    看文档去吧少年…

    把 Label 隐藏掉,然后 xlim xlim
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3150 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 12:39 · PVG 20:39 · LAX 05:39 · JFK 08:39
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.