Tagged articles
15 articles
Page 1 of 1
政采云技术
政采云技术
Apr 12, 2023 · Frontend Development

ZRender and ECharts: A Comprehensive Guide to 2D Graphics Rendering

This article provides an in-depth exploration of ZRender, a lightweight 2D graphics rendering engine, and its relationship with ECharts, covering installation, basic usage, drawing shapes, interactive effects, and practical applications.

2D GraphicsCanvas RenderingData visualization
0 likes · 10 min read
ZRender and ECharts: A Comprehensive Guide to 2D Graphics Rendering
MaGe Linux Operations
MaGe Linux Operations
Nov 24, 2022 · Fundamentals

Create Stunning Interactive Charts with Plotly in One Line of Python

This article introduces the powerful open‑source Python visualization library Plotly, showing how a single line of code can generate interactive, publication‑ready charts—from basic bar and box plots to advanced 3‑D and heatmap visualizations—while integrating seamlessly with pandas and Jupyter notebooks.

CufflinksInteractive ChartsPython
0 likes · 8 min read
Create Stunning Interactive Charts with Plotly in One Line of Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 11, 2022 · Fundamentals

Plotly Overview: Interactive Python Visualizations Made Easy

This article introduces the powerful open‑source Plotly library for Python, showing how a single line of code can create interactive charts such as bar, box, scatter, time‑series, and advanced visualizations, while also covering installation, theme customization, and integration with Jupyter Notebook and Plotly Chart Studio.

CufflinksData visualizationInteractive Charts
0 likes · 8 min read
Plotly Overview: Interactive Python Visualizations Made Easy
Python Programming Learning Circle
Python Programming Learning Circle
Jan 21, 2022 · Fundamentals

Five Non‑Traditional Plotly Visualizations to Level Up Your Data Storytelling

This article introduces five advanced Plotly visualization techniques—including animated bar charts, scatter animations, sunburst diagrams, parallel categories, parallel coordinates, and gauge indicators—showcasing how to create dynamic, interactive graphics in Python to make data stories more compelling and insightful.

Interactive ChartsPythonanimation
0 likes · 9 min read
Five Non‑Traditional Plotly Visualizations to Level Up Your Data Storytelling
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Nov 22, 2021 · Frontend Development

Mastering Canvas Data Visualization: From Basics to Interactive Charts

This tutorial explains what data visualization is, why it matters, common front‑end visualization libraries, and provides step‑by‑step guidance on drawing lines and curves with Canvas—including segment generation, Bézier and B‑spline curves, animation techniques, and interaction (picking) methods—so developers can build interactive charts efficiently.

Bezier CurveData visualizationInteractive Charts
0 likes · 21 min read
Mastering Canvas Data Visualization: From Basics to Interactive Charts
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 12, 2021 · Fundamentals

Plotly Express Quick Start: Create Stunning Interactive Visualizations with Minimal Code

This article introduces Plotly Express, a high‑level Python visualization library, covering installation, built‑in datasets, color palettes, themes, and step‑by‑step examples for bar, scatter, bubble, matrix, area, line, pie, sunburst, funnel, 3D, map, and polar charts, demonstrating how to generate dynamic, publication‑ready plots with just a few lines of code.

Interactive ChartsPlotly ExpressPython visualization
0 likes · 13 min read
Plotly Express Quick Start: Create Stunning Interactive Visualizations with Minimal Code
Python Programming Learning Circle
Python Programming Learning Circle
Jul 31, 2021 · Fundamentals

Using Plotly and Cufflinks for Powerful Interactive Data Visualizations in Python

This article introduces the open‑source Plotly library (with Cufflinks) for Python, explains how to install it, and demonstrates with concise code examples how to create a wide range of interactive charts—including bar, box, scatter, time‑series, 3D, and custom‑themed visualizations—directly in Jupyter notebooks.

CufflinksData visualizationInteractive Charts
0 likes · 8 min read
Using Plotly and Cufflinks for Powerful Interactive Data Visualizations in Python
MaGe Linux Operations
MaGe Linux Operations
Mar 28, 2021 · Fundamentals

Why Switch to Plotly? Create Stunning Interactive Charts in One Line

This article introduces the open‑source Plotly library for Python, showing how to install it, use the cufflinks wrapper with Pandas, and create a variety of interactive visualizations—from simple bar and box plots to scatter matrices, time‑series charts, heatmaps, and themed 3D figures—using just one or two lines of code.

CufflinksData visualizationInteractive Charts
0 likes · 9 min read
Why Switch to Plotly? Create Stunning Interactive Charts in One Line
vivo Internet Technology
vivo Internet Technology
Jan 6, 2021 · Frontend Development

Master D3.js: From Core Modules to Building a Custom Bar Chart

This article explains D3.js fundamentals—including its selection, join, and scale modules—then walks through a step‑by‑step implementation of a fully customized bar chart using SVG, demonstrating how to bind data, create axes, and add interactive tooltips.

D3.jsData visualizationInteractive Charts
0 likes · 11 min read
Master D3.js: From Core Modules to Building a Custom Bar Chart
ByteFE
ByteFE
Dec 23, 2020 · Frontend Development

F2 Source Code Analysis: Chart Library Architecture and Mobile Adaptation

This article provides a comprehensive analysis of AntV's F2 chart library, covering its graphics grammar foundation, modular architecture, implementation details, and mobile adaptation challenges, offering valuable insights for developers working with data visualization.

AntVCanvasChart Library
0 likes · 39 min read
F2 Source Code Analysis: Chart Library Architecture and Mobile Adaptation
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 15, 2020 · Frontend Development

Build Interactive Charts Fast with G2: A Hands‑On Guide

This article introduces the G2 JavaScript visualization engine, highlights its ease of creating interactive, data‑driven charts, and provides three complete code examples—including an app user distribution chart, an enterprise cash‑flow chart, and a dynamic bar chart—demonstrating how to render Canvas or SVG graphics with minimal effort.

Data visualizationG2Interactive Charts
0 likes · 6 min read
Build Interactive Charts Fast with G2: A Hands‑On Guide