- 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
推薦閱讀
- 企業(yè)數(shù)字化創(chuàng)新引擎:企業(yè)級PaaS平臺HZERO
- 虛擬化與云計算
- Architects of Intelligence
- Oracle RAC 11g實戰(zhàn)指南
- SQL查詢:從入門到實踐(第4版)
- 算法與數(shù)據(jù)中臺:基于Google、Facebook與微博實踐
- 數(shù)據(jù)驅(qū)動設計:A/B測試提升用戶體驗
- 數(shù)據(jù)庫原理與設計(第2版)
- 從0到1:JavaScript 快速上手
- PostgreSQL指南:內(nèi)幕探索
- Hadoop大數(shù)據(jù)開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- 智慧的云計算
- 大數(shù)據(jù)分析:數(shù)據(jù)倉庫項目實戰(zhàn)
- 菜鳥學SPSS數(shù)據(jù)分析
- Node.js High Performance