- matplotlib Plotting Cookbook
- Alexandre Devert
- 198字
- 2021-07-16 12:16:22
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
[default] exten => s,1,Dial(Zap/1|30) exten => s,2,Voicemail(u100) exten => s,102,Voicemail(b100) exten => i,1,Voicemail(s0)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Clicking on the Next button moves you to the next screen".
- Learning Docker
- 信息可視化的藝術:信息可視化在英國
- Rake Task Management Essentials
- 匯編語言程序設計(第2版)
- C語言程序設計實踐教程
- Python自然語言處理(微課版)
- Spring Boot Cookbook
- Getting Started with Greenplum for Big Data Analytics
- Keras深度學習實戰
- Machine Learning in Java
- Learning jQuery(Fourth Edition)
- Mudbox 2013 Cookbook
- 數字媒體技術概論
- JavaScript Unit Testing
- Processing開發實戰