吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1030|回复: 6
收起左侧

[求助] python

[复制链接]
2629127167 发表于 2022-12-14 22:00
不会显示图像
QQ截图20221214220016.png

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

土鸡炖蘑菇 发表于 2022-12-15 09:23
from pyecharts.charts import Line
from pyecharts.options import TitleOpts, LegendOpts, ToolboxOpts, VisualMapOpts

line = Line()
line.add_xaxis(["中国", "美国", "英国"])
line.add_yaxis("GDP", [30, 20, 10])
line.set_global_opts(
    title_opts=TitleOpts(title="GDP展示", pos_left="center", pos_bottom="1%"),
    legend_opts=LegendOpts(is_show="True"),
    toolbox_opts=ToolboxOpts(is_show="True"),
    visualmap_opts=VisualMapOpts(is_show="True")
)
line.render()
wangsking 发表于 2022-12-15 10:25
代码最下面加一段if __name__ == '__main__':再执行实时
an338789 发表于 2022-12-15 10:29
这个字体是哪个啊,挺好看的

免费评分

参与人数 1吾爱币 -1 收起 理由
fyabcabc -1 本版块禁止回复与主题无关非技术内容

查看全部评分

知心 发表于 2022-12-15 10:42
代码没问题呀,我试了可以跑出来。你找一下你运行目录下有没有多出一个html文件。
image.png
狐白本白 发表于 2022-12-15 11:13
render输出html文件  你同目录下肯定有一个html文件
sunsjw 发表于 2022-12-15 13:09
jupyter是个好东西。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 05:02

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表