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
TESTFLIGHT2021
V2EX  ›  Python

请教在 Python 用中文的问题。。。

  •  
  •   TESTFLIGHT2021 · 3 小时 37 分钟前 · 92 次点击
    我在 c++中
    std::map<std::string, std::string> keywords;

    // 添加一些图例参数
    keywords["loc"] = "upper right"; // 设置图例位置
    keywords["title"] = "测试"; // 设置图例标题
    keywords["fontsize"] = "10"; // 设置字体大小

    // 调用 legend 函数
    plt::legend(keywords);

    其中测试那两个用中文,程序就闪退了。。。用英文字母没事
    请教如何解决啊?
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5598 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 06:44 · PVG 14:44 · LAX 22:44 · JFK 01:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.