- D3.js 4.x Data Visualization(Third Edition)
- ?ndrew Rininsland Swizec Teller
- 192字
- 2021-07-02 23:20:21
Conventions
In this book, you will find a number of text styles 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: "If it says something similar to Command not found, double-check whether you've installed everything correctly, and verify that Node.js is in your $PATH environment variable."
A block of code is set as follows:
"babel": {
"presets": [
"es2017"
]
},
"main": "lib/main.js",
"scripts": {
"start": "webpack-dev-server --inline",
},
Any command-line input or output is written as follows:
$ brew install n
$ n lts
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "We will mostly use the Elements and Console tabs, Elements to inspect the DOM and Console to play with JavaScript code and look for any problems."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- scikit-learn Cookbook
- Mastering Zabbix(Second Edition)
- 摩登創客:與智能手機和平板電腦共舞
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- C語言程序設計
- 數據結構簡明教程(第2版)微課版
- Mastering C# Concurrency
- Mastering Linux Network Administration
- Flutter跨平臺開發入門與實戰
- 零基礎學Kotlin之Android項目開發實戰
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 計算機應用基礎教程(Windows 7+Office 2010)
- C#面向對象程序設計(第2版)
- Java EE項目應用開發
- Responsive Web Design with jQuery