- 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.
- 大話PLC(輕松動漫版)
- Getting Started with Citrix XenApp? 7.6
- 基于粒計算模型的圖像處理
- Java Web開發學習手冊
- C語言程序設計
- MySQL數據庫基礎實例教程(微課版)
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 深入理解Elasticsearch(原書第3版)
- 好好學Java:從零基礎到項目實戰
- PHP+Ajax+jQuery網站開發項目式教程
- 詳解MATLAB圖形繪制技術
- MINECRAFT編程:使用Python語言玩轉我的世界
- App Inventor少兒趣味編程動手做
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Oracle Data Guard 11gR2 Administration Beginner's Guide