- gnuplot Cookbook
- Lee Phillips
- 158字
- 2021-08-20 15:42:55
Plotting multiple histograms
Rather than stacking the histograms, you can plot them side by side. The following figure shows the same data as in the previous plot, but has two separate sets of histograms plotted beside each other:

To make room, the histogram boxes are automatically drawn thinner. The different data sets are distinguished by different fill colors or patterns, depending on terminal, and/or different styles for the lines delineating the histogram boxes.
Getting ready
We are going to continue to wear out our datafile parabolaCircles.text
.
How to do it…
Following are the commands used to produce a multiple histogram plot:
set style fill solid 1.0 border lt -1 set style data histograms plot [0:40] 'parabolaCircles.text' using (-$2),\'' using (20*$3) notitle
推薦閱讀
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- Python絕技:運用Python成為頂級數據工程師
- Architects of Intelligence
- Modern Programming: Object Oriented Programming and Best Practices
- 使用GitOps實現Kubernetes的持續部署:模式、流程及工具
- Python數據分析、挖掘與可視化從入門到精通
- Python數據分析:基于Plotly的動態可視化繪圖
- 數亦有道:Python數據科學指南
- MySQL 8.x從入門到精通(視頻教學版)
- ZeroMQ
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 重復數據刪除技術:面向大數據管理的縮減技術
- 企業級容器云架構開發指南
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)
- 數據挖掘與機器學習-WEKA應用技術與實踐(第二版)