We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我想利用Pyecharts在美国地图上面打点,但是不知道怎样只导入美国地图?
The text was updated successfully, but these errors were encountered:
@ZhangB0426
from pyecharts import options as opts from pyecharts.charts import Map from pyecharts.faker import Collector, Faker from pyecharts.datasets import register_url # 如果出现 ssl 异常再加下面这两行 # import ssl # ssl._create_default_https_context = ssl._create_unverified_context register_url("https://echarts-maps.github.io/echarts-countries-js/") c = ( Map() .add("商家A", [["Ohio", 100]], "美国") .set_global_opts(title_opts=opts.TitleOpts(title="Map-基本示例")) .render() )
Sorry, something went wrong.
No branches or pull requests
你好,我想利用Pyecharts在美国地图上面打点,但是不知道怎样只导入美国地图?
The text was updated successfully, but these errors were encountered: