Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
13kay authored Jan 22, 2021
1 parent e5c67bf commit ad3374e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# pyg2 <img src="./docs/_media/whale.128.png" align="right" width="128" />
[UNMAINTAINED] please check https://github.com/hustcc/PyG2Plot for instead. Or you are [rg2](https://github.com/13kay/rg2) for R library.

## 概览
# pyg2

[G2Plot](https://g2plot.antv.vision/) 是开箱即用、易于配置、具有良好视觉和交互体验的通用统计图表库, pyg2由此而来。
## Overview

* API 设计简洁, 默认好看
* 响应式图表 保证图表在任何显示尺寸、任何数据状态下的可读性
* 使用 pandas DataFrame 作为作图的数据源格式
* 支持20+以上的图表类型
* 支持**迷你图表**
* 支持 Jupyter Notebook(IPython Notebook)
rg2 is a wrapper of [G2Plot](https://g2plot.antv.vision/) for R.

![logo](./docs/_media/cover.png)

## 安装
## Installation

see https://github.com/13kay/pyg2/releases/tag/0.1

## 1 分钟上手
## Installation

``` python
import pandas as pd
Expand Down

0 comments on commit ad3374e

Please sign in to comment.