Tag

pyecharts

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
May 12, 2025 · Fundamentals

Creating Various Chart Types with Pyecharts in Python

This tutorial demonstrates how to generate a wide range of 2D and 3D charts—including line, bar, scatter, pie, map, word cloud, gauge, funnel, tree, parallel, sankey, geo, timeline, and 3D visualizations—using the Python library pyecharts, providing complete code snippets and rendering instructions for each chart type.

ChartPythonTutorial
0 likes · 10 min read
Creating Various Chart Types with Pyecharts in Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 6, 2024 · Big Data

Weibo Hot Search Data Crawling, Analysis, and Visualization Project

This article presents a Python‑based project that continuously crawls Weibo hot‑search data, stores it with timestamps, and visualizes trends through dynamic bar, line, and word‑cloud charts using libraries such as BeautifulSoup, pandas, schedule, pyecharts, and jieba.

Big DataPythonWeibo
0 likes · 10 min read
Weibo Hot Search Data Crawling, Analysis, and Visualization Project
Python Programming Learning Circle
Python Programming Learning Circle
Dec 1, 2023 · Artificial Intelligence

Generating Word Cloud and Pie Chart from a News Article Using Python

This article demonstrates how to scrape a news webpage with Python, extract and segment its Chinese text using jieba, count word frequencies, and visualize the top ten terms as a word cloud and a pie chart with pyecharts.

data visualizationjiebapyecharts
0 likes · 3 min read
Generating Word Cloud and Pie Chart from a News Article Using Python
Python Programming Learning Circle
Python Programming Learning Circle
Jun 19, 2023 · Fundamentals

Generating Word Cloud and Pie Chart from News Articles Using Python

This tutorial explains how to scrape a news article with Python, segment Chinese text, count word frequencies, and visualize the top ten words using a word cloud and a pie chart, providing complete code and sample results.

PythonWordClouddata visualization
0 likes · 3 min read
Generating Word Cloud and Pie Chart from News Articles Using Python
Python Programming Learning Circle
Python Programming Learning Circle
Sep 8, 2022 · Big Data

Analyzing Mid‑Autumn Festival Mooncake Sales on Taobao with Python

This article demonstrates how to collect, clean, and visualize Taobao mooncake sales data using Python libraries such as Pandas, Pyecharts, jieba and collections, revealing top‑selling flavors, regional distribution, price ranges and shop rankings through step‑by‑step data‑processing and charting techniques.

Big DataPythonVisualization
0 likes · 4 min read
Analyzing Mid‑Autumn Festival Mooncake Sales on Taobao with Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 24, 2022 · Fundamentals

Creating Sankey Diagrams in Python with Matplotlib and Pyecharts

This tutorial explains what Sankey diagrams are, shows their main forms, and provides step‑by‑step Python code using Matplotlib and Pyecharts to generate both basic and advanced Sankey visualizations, including tips on data preparation and styling.

MatplotlibPythonSankey Diagram
0 likes · 5 min read
Creating Sankey Diagrams in Python with Matplotlib and Pyecharts
Python Programming Learning Circle
Python Programming Learning Circle
Feb 21, 2022 · Frontend Development

Getting Started with pyecharts: Installation, Usage, and Chart Examples

This tutorial introduces pyecharts, a Python wrapper for Echarts, covering installation (including Tsinghua mirror), Python 2 compatibility, and step‑by‑step code examples for creating Bar, Pie, Boxplot, Line, Radar, Scatter, Grid, and Overlap charts with rendering to HTML.

PythonTutorialchart examples
0 likes · 9 min read
Getting Started with pyecharts: Installation, Usage, and Chart Examples
Python Programming Learning Circle
Python Programming Learning Circle
Dec 30, 2021 · Big Data

Using pyecharts in Python to Create Various Interactive Charts

This tutorial explains how to use the pyecharts library—a Python wrapper for Baidu's ECharts—to generate a wide range of interactive visualizations, including bar, line, pie, map, heatmap, scatter, 3D, and combined charts, with complete code examples and rendering instructions for Jupyter notebooks.

Tutorialchartsdata visualization
0 likes · 9 min read
Using pyecharts in Python to Create Various Interactive Charts
Python Programming Learning Circle
Python Programming Learning Circle
Dec 15, 2021 · Frontend Development

Using pyecharts to Create Various Map Visualizations in Python

This tutorial introduces the Python pyecharts library for creating various map visualizations with Echarts, explains how the code generates HTML files, and provides complete example functions for basic, label‑less, continuous and piecewise visual maps, world and regional maps, plus guidance for using real data.

ChartingMap visualizationPython
0 likes · 5 min read
Using pyecharts to Create Various Map Visualizations in Python
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 2, 2021 · Fundamentals

Web Scraping and Data Analysis of Pet Cat Breeds Using Python

This article demonstrates how to scrape cat breed information from a dedicated website, store the data in Excel, and perform comprehensive analysis and visualizations—including relationship graphs, geographic distribution, size ratios, price extremes, and word clouds—using Python libraries such as requests, lxml, pandas, pyecharts, and stylecloud.

Pythoncat breedsdata analysis
0 likes · 12 min read
Web Scraping and Data Analysis of Pet Cat Breeds Using Python
Python Programming Learning Circle
Python Programming Learning Circle
Nov 30, 2021 · Fundamentals

Fixing Empty Charts in Pyecharts When Using Pandas DataFrames

This article explains why passing pandas data directly to Pyecharts results in blank charts due to NumPy data types, and shows how converting pandas Series to Python lists with .tolist() resolves the issue, providing corrected example code.

data visualizationpandaspyecharts
0 likes · 2 min read
Fixing Empty Charts in Pyecharts When Using Pandas DataFrames
Python Programming Learning Circle
Python Programming Learning Circle
Nov 25, 2021 · Big Data

Analyzing and Visualizing Maoyan Movie Reviews for “Chinese Doctors” Using Python

This tutorial demonstrates how to crawl approximately 40,000 Maoyan movie reviews for the film “Chinese Doctors,” preprocess the data, and create visualizations such as rating pie charts, city distribution maps, top‑viewer bar charts, and a word cloud using Python libraries like requests, pyecharts, and wordcloud.

Movie ReviewsPythonWordCloud
0 likes · 12 min read
Analyzing and Visualizing Maoyan Movie Reviews for “Chinese Doctors” Using Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 28, 2021 · Backend Development

Scraping and Analyzing Douban Top250 Movies with Python

This tutorial shows how to use Python to crawl Douban's Top250 movie list, handle anti‑scraping measures, extract detailed fields, store the data in Excel, and perform data cleaning, statistical analysis, and visualizations such as year distribution, rating trends, and genre word clouds.

Multithreadingdata-analysispyecharts
0 likes · 12 min read
Scraping and Analyzing Douban Top250 Movies with Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 18, 2021 · Fundamentals

Analyzing and Predicting the Box Office of "The Battle at Lake Changjin" Using Python Data Scraping and Visualization

This tutorial demonstrates how to scrape Maoyan movie comments for "The Battle at Lake Changjin", clean and store the data, perform comprehensive visual analyses such as likes, city, gender, watch status, rating, user level, and creator mentions, and finally predict next‑day box office using linear regression with sklearn.

Machine LearningPythonVisualization
0 likes · 4 min read
Analyzing and Predicting the Box Office of "The Battle at Lake Changjin" Using Python Data Scraping and Visualization
Python Programming Learning Circle
Python Programming Learning Circle
Sep 19, 2021 · Big Data

Visualizing Historical National Games Medal Rankings with Python

This tutorial demonstrates how to collect, clean, and visualize historical Chinese National Games medal data using Python, covering data extraction with regular expressions, organization into pandas DataFrames, and creating both static line charts with Matplotlib and interactive charts with PyEcharts, complete with code snippets and practical tips.

Jupyter NotebookMatplotlibPython
0 likes · 6 min read
Visualizing Historical National Games Medal Rankings with Python
Python Programming Learning Circle
Python Programming Learning Circle
May 28, 2020 · Frontend Development

Creating Liquid (Waterball) Charts with PyEcharts in Python

This guide demonstrates how to install PyEcharts, import necessary modules, and use the Liquid chart class to create customizable waterball charts in Python, including setting colors, shapes such as rectangle, diamond, round‑rect, triangle, and arrow, and rendering them to HTML files.

Chart CustomizationLiquid Chartdata visualization
0 likes · 3 min read
Creating Liquid (Waterball) Charts with PyEcharts in Python
Python Programming Learning Circle
Python Programming Learning Circle
May 11, 2020 · Big Data

Restaurant Review Data Analysis and Visualization with Python and pyecharts

This tutorial demonstrates how to acquire, clean, and analyze online restaurant review data using Python, then create customized bar and pie charts with pyecharts, while also illustrating the use of Python's Counter for rating distribution analysis.

Visualizationcounterdata analysis
0 likes · 7 min read
Restaurant Review Data Analysis and Visualization with Python and pyecharts
Python Programming Learning Circle
Python Programming Learning Circle
Apr 20, 2020 · Big Data

Restaurant Review Data Analysis with Python and pyecharts

This tutorial shows how to fetch restaurant review data from online platforms, clean and structure it in Python, and then use pyecharts along with Python's Counter to create bar and pie visualizations that reveal overall impressions and star‑rating distributions.

Visualizationcounterdata analysis
0 likes · 7 min read
Restaurant Review Data Analysis with Python and pyecharts