# 多形多色散點圖 ### 預覽圖 --- #### [![多形多色散點圖.PNG](https://book.gosu.bar/uploads/images/gallery/2019-12/scaled-1680-/GpX94sqLDSRTRbeB-%E5%A4%9A%E5%BD%A2%E5%A4%9A%E8%89%B2%E6%95%A3%E9%BB%9E%E5%9C%96.PNG)](https://book.gosu.bar/uploads/images/gallery/2019-12/GpX94sqLDSRTRbeB-%E5%A4%9A%E5%BD%A2%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
形狀gender
形狀參數circle,diamond
大小參數4