python畫散點圖和折線圖
# selected = selected.tolist()
# plt.figure()
# plt.plot(c_react, len_c_react,c='darkblue',alpha=0.25,marker='o')
# plt.plot(i_react, len_i_react,c='darkred', alpha=0.75, marker='x')
# plt.plot(r_react, len_r_react,c='green', alpha=0.25, marker='o')
# plt.show()
fig,ax = plt.subplots()
ax.scatter(c_react,len_c_react,c='darkblue',alpha=0.25,marker='^',label='criterion')
ax.scatter(i_react,len_i_react,c='darkred',alpha=0.75,marker='x',label='irrelated')
ax.scatter(r_react,len_r_react,c='green',alpha=0.25,marker='o',label='related')
ax.legend()
plt.show()
相關文章
- Python畫圖——matplotlib(普通折線圖)Python
- matlab畫折線圖Matlab
- Python視覺化-折線圖Python視覺化
- PHP 生成折線圖和餅圖等PHP
- Python matplotlib繪製散點圖Python
- Python視覺化-散點圖與彩色散點圖Python視覺化
- Python視覺化(1):折線圖Python視覺化
- 微信小程式折線圖表折線圖加區域圖微信小程式
- Python 利用pandas和matplotlib繪製柱狀折線圖Python
- pandas讀取csv檔案資料並使用matplotlib畫折線圖和餅圖
- echarts折線圖Echarts
- echarts - 折線圖Echarts
- R : 折線圖
- amCharts繪製折線圖和柱狀圖混合
- ECharts系列:玩轉ECharts之常用圖(折線、柱狀、餅狀、散點、關係、樹)Echarts
- echarts 折線圖拼接Echarts
- Python Pandas 時間序列雙軸折線圖Python
- ECHARTS-折線圖不顯示資料 控制折線圖顏色Echarts
- excel折線圖自定x軸y軸 excel折線圖xy設定Excel
- Flutter自定義折線圖並新增點選事件Flutter事件
- Android 折線圖之hellocharts (餅狀圖)餅圖Android
- Echarts資料視覺化:圖表篇(2)—— 折線圖、堆疊面積折線圖Echarts視覺化
- PyQtGraph繪製折線圖QT
- AnyChart繪製折線圖
- Matplotlib 繪製折線圖
- MATLAB 繪製折線圖Matlab
- 用Python的random模組繪製折線圖Pythonrandom
- 柱狀圖、直方圖、散點圖、餅圖講解直方圖
- 在Report Builder 3.0中生成柱狀圖和折線圖NUUI
- 用matplotlib散點圖用餅圖示記
- 箱形圖(python畫圖)Python
- python-資料分析-Matplotlib-1-基礎圖形(曲線圖-散點-柱狀-堆疊柱狀-餅狀圖-直方圖)Python直方圖
- Flutter 實現平滑曲線折線圖Flutter
- R繪圖(7): 把散點圖的點換成扇形繪圖
- python matplotlib畫圖是設定線寬Python
- 資料視覺化圖表之折線圖視覺化
- delphi 畫圖表,曲線圖
- R繪圖(3): 散點圖新增文字註釋繪圖
- Tableau——資料前處理、折線圖、餅圖(環形圖)