- gnuplot Cookbook
- Lee Phillips
- 212字
- 2021-08-20 15:42:54
Plotting boxes
Gnuplot's box style is similar to a bar chart, with each value plotted as a box extending up from the axis. You can have the boxes filled with patterns, solid colors, or leave them empty.
This style is commonly used either as a type of histogram (covered later in this chapter) or as a way to compare a set of disparate items. The following figure plots boxes using the fill pattern:

How to do it…
It just takes the following script to get the previous figure:
set style fill pattern plot [-6:6] besj0(x) with boxes, sin(x) with boxes
How it works…
The first command tells gnuplot to fill the boxes with a fill pattern, cycling through the patterns available on the selected output device for each plot on the graph. The second command plots the two specified functions using the boxes style, which draws a box from the x-axis to the y value for each point.
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- Learning Spring Boot
- Access 2016數據庫技術及應用
- Python數據分析與數據化運營
- 數字IC設計入門(微課視頻版)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 大數據數學基礎(R語言描述)
- Hands-On System Programming with C++
- 領域驅動設計精粹
- 一本書讀懂大數據
- 云原生架構:從技術演進到最佳實踐
- 數據庫技術與應用:SQL Server 2008
- 數據庫基礎與應用
- Redis 6開發與實戰
- GameMaker Game Programming with GML