- Mathematica Data Visualization
- Nazmus Saquib
- 209字
- 2021-08-05 17:53:04
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: "The EdgeForm[None]
function is used to ask Graphics
to not render the polygon boundaries."
A block of code is set as follows:
SetDirectory[ NotebookDirectory[] ] shpdat = Import["data/usa_state_shapefile.shp", "Data"] names = shpdat[[1, 4, 2, 2, 2]]; polys = "Geometry" /. shpdat[[1]] filenames = Table["data/usgs_state_" <> ToString[i] <> ".csv", {i, 2001, 2010}]
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
SectorChart[{data1, data2, …}, options]
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: "The surface will represent the points in 3D space that has the same potential, the potential value of interest being selectable from the drop-down menu named Contour."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 深入核心的敏捷開發(fā):ThoughtWorks五大關鍵實踐
- 流量的秘密:Google Analytics網站分析與優(yōu)化技巧(第2版)
- Unreal Engine Physics Essentials
- 劍指JVM:虛擬機實踐與性能調優(yōu)
- Responsive Web Design with HTML5 and CSS3
- 神經網絡編程實戰(zhàn):Java語言實現(xiàn)(原書第2版)
- Elastic Stack應用寶典
- ASP.NET 3.5程序設計與項目實踐
- Java EE 8 Application Development
- 新一代SDN:VMware NSX 網絡原理與實踐
- Microsoft Dynamics AX 2012 R3 Financial Management
- 21天學通C++(第5版)
- 移動增值應用開發(fā)技術導論
- Python入門很輕松(微課超值版)
- Java Web應用開發(fā)給力起飛