Build antv data visualization large screen from zero (lightweight vite-react-ts)

​ Summary ​ Previously, Ofter detailed how to write visualization screens from scratch using Vue. Today, we'll show you how to write visualization charts using React. Why are we still learning React? Because of its lightweight nature, visualization charts like antv are all in React, although antv has one viser (React/Vue/Angular th ...

Added by brown2005 on Wed, 23 Feb 2022 19:00:59 +0200

SVG draw circle progress bar

In our large screen visualization project, we often use a variety of charts. Compared with the traditional table display and boring text description, the chart display makes the user look more intuitive and the data display more clear at a glance. Based on svg drawing technology and front-end technology stack vue, this paper briefly expounds so ...

Added by MAXIEDECIMAL on Tue, 22 Feb 2022 04:02:35 +0200

mplfinance how to customize style

When using mplfinance, we can get a variety of image styles by setting the parameter style. The commonly used built-in styles of the style parameter are: 'bias',' blueskies', 'brasil', 'charles',' checkers', 'classic', 'default', 'mike', 'nightclouds',' sas', 'stars and strings',' yahoo '. Many of these built-in styles follow the habits of US s ...

Added by Zjoske on Fri, 18 Feb 2022 15:35:36 +0200

Data visualization in python application -- Summary

preface    through seven articles, we give you a general introduction to the production process of data visualization, Of course, this project is also written by Eric Matthes "Python programming from introduction to practice" is a project in the book. However, I introduce this project to you through certain features and thr ...

Added by abgoosht on Sun, 13 Feb 2022 05:51:48 +0200

Introduction to superset deployment, installation and use

Introduction to superset deployment, installation and use Superset overview Apache Superset is an open source, modern and lightweight BI analysis tool. It can connect with a variety of data sources, has rich icon display forms, supports custom dashboards, and has a friendly user interface, which is very easy to use. Superset application scen ...

Added by EPCtech on Tue, 01 Feb 2022 16:46:34 +0200

Isn't it fragrant to draw a map with BaseMap

I. Preface Using basemap to draw a map is simple and convenient. Using basemap needs to be combined with other libraries. The common one is matplotlib; After reading this article, readers will learn to simply use basemap or world map, country map, province and even specific region, etc; If the author's article is good, please praise and pay at ...

Added by Yossarian on Mon, 31 Jan 2022 13:03:26 +0200

Improvement of Crawler Based on Multithreading

Same series of articles python crawler + pygal interactive visual crawling University QS ranking_ m0_61168705 blog - CSDN bloghttps://blog.csdn.net/m0_61168705/article/details/122699759?spm=1001.2014.3001.5501 Article catalogue catalogue Same series of articles Article catalogue preface 1, Imported Libraries 2, Rewrite code ren ...

Added by xcasio on Sat, 29 Jan 2022 00:32:42 +0200

Ecarts Study Guide for data visualization

Introduction to visual panel In response to the current trend of data visualization, more and more enterprises need to use visual charts to display and reflect the data in many scenarios (marketing data, production data and user data), so as to make the data more intuitive and highlight the data characteristics. 01 - using technology The fol ...

Added by dw89 on Fri, 28 Jan 2022 10:25:21 +0200

Graduation Design of Data Visualization Direction--A Visual Analysis System of Recruitment Information and Rental Data Based on Python Crawler

It has been more than ten days since my undergraduate defense passed smoothly. I have decided to make a summary of the last small achievements of my undergraduate course and share them with the small partners who want to do the project in this direction. I hope you want to have projects for reference and ideas for implementation for learning wh ...

Added by exoskeleton on Mon, 24 Jan 2022 21:15:24 +0200

Matplotlib data visualization related knowledge

Matplotlib data visualization related knowledge 1, Matplotlib Foundation Python extension library Matplotlib relies on extension library numpy and standard library tkinter. It can draw various forms of graphics, such as line chart, scatter chart, pie chart, histogram, radar chart, etc., and the graphics quality can meet the publishing require ...

Added by akrocks_extreme on Sat, 22 Jan 2022 03:25:15 +0200