地图自定义
更改网格线,添加注释,更改颜色图,使用底图
通过定制地图来传达数据信息或增强数据的可视化效果。例如,您可以添加标题、更改网格线的外观或添加注释。您还可以通过使用底图为数据提供地理背景。
函数
主题
地图坐标轴
- Add Labels and Annotations to Map Axes
Convey information about a map by adding a title, a legend, text, and data tips. - Customize Appearance of Map Axes
Customize map axes by changing the tick label format, the geographic limits, the appearance of the graticule line, and the colors of fonts. - Create Map of Quadrangle Using Cartographic Map Layout
Cartographic map layouts are useful when creating static maps or when preparing maps for publication.
基于 axesm 的地图
- The Map Frame
A map frame is the outline of the limits of a map. The shape of the frame is characteristic of the projection. - Map and Frame Limits
The map latitude and longitude limits define the extents of geodata to be displayed. The frame limits control how the frame fits around the displayed data. - Map Limit Properties
Map limits have properties that provide a convenient and intuitive way to specify your map projection origin and frame limits. Learn how to set these properties, and when you should avoid the properties. - The Map Grid
The map grid is the display of meridians and parallels. The spacing and curvature of the grid lines are characteristic of the projection. - Inset Maps
Inset maps provide context to maps by including overviews at smaller scales.
底图
- Customize Appearance of Vector Basemaps
Customize the appearance of vector basemaps by specifying a predefined style, by specifying a URL or JSON file, or by editing a predefined style. (自 R2023a 起) - Create Common Plots over Basemap Images
Display a variety of plots over basemap images, including digraphs, contours, images, and 3-D surfaces. - Change Projection of Basemap Image
Geographic axes display data over basemaps using a Mercator projection. This example shows how to display data over basemaps using different projections. - Add Custom Basemaps from WMS Data
Add custom basemaps from WMS layers or from URLs that specify WMS GetMap requests. (自 R2024b 起) - Use Basemaps in Offline Environments
Display data over basemaps when MATLAB® has temporary or no internet access. - Create Base Layer from OpenStreetMap Data
Provide geographic context for your data by creating a base layer from data stored in an OpenStreetMap® file. (自 R2023b 起) - Display Data over Basemaps When Internet Access Is Intermittent
This example shows how to display data over a basemap, while accounting for intermittent internet access, by reading a saved basemap image from a file.