Big data visualization case based on ECharts -- Analysis and implementation of epidemic data in China

**1. Tool introduction ** Tools required for this case (including but not limited to): vscode (code editor), node JS (various plug-in download tools), China js,echarts. min.js,juquery. Min.js, etc. (official. JS plug-ins related to JavaScript), IDEA (all code can be written here) Languages and other technologies involved: html5+css+JavaScript ...

Posted by amites on Tue, 08 Feb 2022 02:14:46 +0100

Record a real order receiving record: cat's eye movie data visualization, with a revenue of 1000 yuan in three hours

Last weekend, we received a 1200 order. The customer service took a 10% commission and got 1000. It was completed in two hours. I was very happy. In fact, there are not many such orders. The technical difficulty is low, but the price is high. We commonly call them "fish picking list". Thinking of making money, I invited the goddess to ...

Posted by fmpros on Thu, 03 Feb 2022 05:03:03 +0100

Getting Started with D3: Chapter 3

Chapter 3. Scales, Axes and Lines This chapter introduces the processing of various scales, coordinate axes and the use of broken lines. As mentioned at the beginning, a basic problem to consider when drawing visual charts is how to present the actual data values on the page in an appropriate proportion of pixel size and color. D3 has done a ...

Posted by OMorchoe on Mon, 31 Jan 2022 02:21:05 +0100

"Dragon Boat Festival" send relatives, send elders, zongzi visual screen to help!

Introduction to this article The Dragon Boat Festival is coming. How about traveling? Go home? Visit relatives and friends? You have to bring zongzi. Then: What brand of zongzi do you choose?What flavor of zongzi do you choose?What price range to choose? This year, Huang climbed the "zongzi data" on jd.com in Python to analyze it ...

Posted by donbre on Sun, 30 Jan 2022 02:59:28 +0100

Simulation of band modulation system based on Matlab/GUI [Matlab program code attached]

With the increasing complexity of communication system, the traditional analysis and design methods such as manual analysis and circuit board test can not meet the needs of development. The computer simulation technology of communication system increasingly shows its great advantages. Computer simulation is a method of experimental research usi ...

Posted by afrancis on Thu, 27 Jan 2022 07:10:01 +0100

Installation and use of 3D visualization library Mayavi

1 installation Install 1 (successful) Mayavi's pip installation support is not good, so it is installed with a compiled whl file. The installation method is as follows. Mayavi and its test environment are: # win10 system # conda's new clean environment # python version is 3.8 # Mayavi version is 4.7.3 The installation commands are as f ...

Posted by 303tech on Wed, 19 Jan 2022 10:47:41 +0100

L7plot introduction notes

prefaceSome time ago, the leader of our company asked us to make a large screen display project. Due to our glorious tradition, we had no designers, and then the leader didn't know where to find a pile of large screen projects for me to refer to, so looking at the colorful large screen projects, the leader chose two of them and said to me, &quo ...

Posted by hrichman on Tue, 04 Jan 2022 20:36:09 +0100

Introduction to Latex

Introduction to Latex Learning approach: Getting started with LaTex_ Beep beep beep_ bilibili Operating environment: textlive2021, textstudio-4.1.2-win-qt6 1. Basic structure The whole Latex file is divided into two parts. The first part is the introduction area and the second part is the body area. The details are as follows % Introduction ...

Posted by nezbo on Sun, 02 Jan 2022 23:33:01 +0100

[Python utility] come quickly!! a ten minute article teaches you how to use Python third-party library basemap for map drawing

basemap mapping Map rendering is also a part of data visualization. The commonly used map rendering library is the basemap toolkit, which is a sub package of matplotlib. This article explains how to use whl file to install basemap in Python 3 environment; Learn to use basemap to draw maps; Learn to zoom area and draw scatter diagram; Throu ...

Posted by fqservers on Sat, 01 Jan 2022 18:00:35 +0100

[D3.js learning record] - D3 Basic idea of JS data binding

Data binding DataJoin Essence: data is bound with entities, that is, after binding, each entity has its own semantics. For example, in demo2, if the region field in the data is bound to the entity, the entity represents the region Eg: The number of people per country is bound to the length of the rectangleThe proportion of people infected b ...

Posted by Jorge on Sat, 01 Jan 2022 05:40:04 +0100