- gnuplot Cookbook
- Lee Phillips
- 282字
- 2021-08-20 15:42:52
Why gnuplot?
gnuplot is a free, open source plotting program that has been in wide use since 1986. It's used as the graphics backend by many other programs, so plenty of people use gnuplot without knowing it. If you've used Octave, Maxima, statist, gretl, or the Emacs graphing calculator, you've already used gnuplot.
gnuplot was originally designed to visualize scientific data, but its use has expanded to encompass every domain where sophisticated and accurate plotting is required. gnuplot is used in science, engineering, sociology, mapping, business, finance, and computer systems and network monitoring.
gnuplot excels at complex 3D graphing with hidden-line removal and at the rendering of surfaces and contours. It can produce almost any type of graph imaginable (except for pie-charts—but it can be convinced to do this, too, as we'll show later!) for a dizzying array of output devices, and can save plots in almost any type of common file format (and some uncommon ones). It can be installed on any type of computer system you are likely to encounter; there are binaries available for Windows and the sources can be compiled on most reasonably modern machines. I have compiled the latest version (4.4) of gnuplot on both Linux and Macintosh (OS X) computers and verified that all of its advanced features are fully available on both of these architectures. The recipes in this book that illustrate features newly appearing in version 4.4 are marked with [new].
gnuplot can easily be automated. It has its own scripting language and can be controlled from many general-purpose programming languages. gnuplot can also be incorporated into various publishing and document creation workflows to help create professional books, papers, and online documents.
- 漫話大數據
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- Developing Mobile Games with Moai SDK
- 企業大數據系統構建實戰:技術、架構、實施與應用
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- Hands-On Mathematics for Deep Learning
- Python數據分析與挖掘實戰(第3版)
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 數字IC設計入門(微課視頻版)
- 二進制分析實戰
- R Machine Learning Essentials
- AndEngine for Android Game Development Cookbook
- 從Lucene到Elasticsearch:全文檢索實戰
- 數據庫基礎與應用
- Redis 6開發與實戰