# 多色散點圖 ### 預覽圖 --- #### [](https://book.gosu.bar/uploads/images/gallery/2019-12/9DBly2xi4KSosMXR-%E5%A4%9A%E8%89%B2%E6%95%A3%E9%BB%9E%E5%9C%96.png) ### 設定值 --- - #### 資料源 - [AntV](https://g2.antv.vision/zh/examples/point/scatter) ``` https://g2.antv.vision/zh/examples/data/scatter.json ( 資料來源:AntV ) 格式: [ {gender: "female",height: 161.2,weight: 51.6,}, {gender: "female",height: 167.5,weight: 59,}, ...... ] ``` - #### 內距 ``` 40, 40, 60, 60 ``` - #### 圖 Geom ##### 點圖(point)
列表 | 設定值 |
欄位 | height\*weight |
類型 | 點圖 |
顏色欄位 | gender |
形狀參數 | circle |
大小參數 | 4 |