WOLFRAM

Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how
Wolfram Language & System Documentation Center

GeoGraphValuePlot [{{src1,dest1,flow1},{src2,dest2,flow2},,{srcn,destn,flown}}]

plots the flows between geo locations.

GeoGraphValuePlot [{{e1,val1},{e2,val2},}]

plots the values vali for the edges ei.

GeoGraphValuePlot [g]

plots the flow for a graph g with associated edge weights.

Details and Options
Details and Options Details and Options
Examples  
Basic Examples  
Scope  
Data  
Labeling  
Edge and Vertex Wrappers  
Graph Styling  
Options  
AspectRatio  
Axes  
AxesStyle  
Show More Show More
ClippingStyle  
ColorFunction  
EdgeStyle  
EdgeWeight  
EdgeValueRange  
EdgeValueSizes  
GeoBackground  
GeoCenter  
GeoGridLines  
GeoGridLinesStyle  
GeoModel  
GeoProjection  
GeoRange  
GeoRangePadding  
GraphLayout  
Method  
MinPointSeparation  
PlotLegends  
PlotTheme  
ScalingFunctions  
VertexCoordinates  
VertexLabels  
VertexLabelStyle  
VertexShape  
VertexShapeFunction  
VertexSize  
VertexStyle  
Applications  
Properties & Relations  
See Also
Related Guides
History
Cite this Page

GeoGraphValuePlot [{{src1,dest1,flow1},{src2,dest2,flow2},,{srcn,destn,flown}}]

plots the flows between geo locations.

GeoGraphValuePlot [{{e1,val1},{e2,val2},}]

plots the values vali for the edges ei.

GeoGraphValuePlot [g]

plots the flow for a graph g with associated edge weights.

Details and Options

Examples

open all close all

Basic Examples  (2)

Show the flow between cities by varying the thickness of the edges:

Plot an undirected flow graph:

Scope  (31)

Data  (5)

Use geo entities as the vertices in a flow graph:

Use geo locations as the vertices in a graph:

Plot an undirected flow graph:

Use geo-tagged images as graph vertices:

Use VertexCoordinates to position vertices:

Labeling  (4)

Use Labeled to label a particular edge flow:

Label all the vertices:

Use Labeled to label a specific vertex:

Use VertexLabels to label a specific vertex:

Edge and Vertex Wrappers  (4)

Apply a tooltip to Paris:

Give colors for specific vertices:

Specify colors for specific flow edges:

Attach a Hyperlink to a specific flow edge:

Graph Styling  (18)

Style individual flow edges:

Style all flow edges:

Set the style for all vertex labels:

Color specific vertices:

Specify the style for individual vertices:

Draw vertices using a predefined vertex function:

Specify a vertex function for an individual vertex:

Draw vertices by running a program:

Plot an undirected flow graph:

Specify a GraphLayout :

Use a satellite map for the background:

Use the Bonne projection for the map:

Use GeoRangePadding None to remove padding:

Use 350 kilometers of padding on each side of the map:

Show parallels and meridians:

Specify the spacing between them:

Specify parallel and meridians rendering:

Show a flow thickness legend:

Show a color legend when the sizes of flows are None :

Options  (54)

AspectRatio  (3)

By default, the ratio of the height to the width for the plot is determined based on values:

Make the height the same as the width with AspectRatio 1:

AspectRatio Full adjusts the height and width to tightly fit inside other constructs:

Axes  (4)

By default, axes are not drawn for GeoGraphPlot :

Use Axes True to turn on axes:

Use AxesOrigin to specify where the axes intersect:

Turn each axis on individually:

AxesStyle  (4)

Change the style for the axes:

Specify the style of each axis:

Use different styles for the ticks and the axes:

Use different styles for the labels and the axes:

ClippingStyle  (1)

Use a specific style for flows out of the flow range:

ColorFunction  (1)

Use a "Rainbow" color scheme for flows:

EdgeStyle  (1)

Style all edges:

EdgeWeight  (2)

Label each edge with its weight, in this case corresponding to the distance between vertices:

Set the weights of the edges of a flow graph:

EdgeValueRange  (1)

Show all the flows between 2 and 4:

EdgeValueSizes  (4)

Use the same flow sizes:

Use custom flow sizes:

Set a maximum size of flows:

Set a range of flow sizes:

GeoBackground  (1)

Use a vector map style as geo background:

GeoCenter  (1)

Plot a nearest US cities graph centered at the current location:

GeoGridLines  (1)

Show parallel and meridians:

GeoGridLinesStyle  (1)

Specify parallel and meridians rendering:

GeoModel  (1)

Use Mars as the reference body:

GeoProjection  (1)

Use the Mercator projection for the map:

Bonne:

Sinusoidal:

GeoRange  (2)

Specify the region to show:

Specify the corners of the geo range as geo positions:

GeoRangePadding  (2)

Use GeoRangePadding None to remove padding:

Use 350 kilometers of padding on each side of the map:

GraphLayout  (2)

Use geodesics as edges:

Use a transportation method as edges:

Method  (1)

Remove the edge highlighting and tooltips:

MinPointSeparation  (2)

Combine vertices that are separated by less than 10% of the overall map size:

Show all the vertices in the graph:

PlotLegends  (2)

Show a flow thickness legend:

Show a color legend when the sizes of flows are None :

PlotTheme  (1)

Use a plot theme:

ScalingFunctions  (2)

Use a linear scaling for flow sizes by default:

Use a logarithmic scaling:

VertexCoordinates  (2)

Use VertexCoordinates to locate vertices:

Use VertexCoordinates to specify the location of a vertex:

VertexLabels  (2)

Label all vertices with the geo entity name:

Label individual vertices:

VertexLabelStyle  (2)

Set the style for all vertex labels:

Specify the style for individual vertex labels:

VertexShape  (1)

Use custom shapes for vertices:

Use images for vertices:

VertexShapeFunction  (3)

Draw vertices using a predefined vertex function:

Specify a vertex function for an individual vertex:

Draw vertices by running a program:

VertexSize  (1)

Use named sizes for the vertices:

VertexStyle  (2)

Set the style for all vertices:

Specify the style for individual vertices:

Applications  (4)

Display the import partners for the largest world economies:

Show the number of flights in the USA during 2018:

Plot the total migration flow greater than 100,000 people around the world:

Show Minard's visualization of the successive losses of the French Army during the Russian Campaign between 1812 and 1813:

Properties & Relations  (9)

Use GeoGraphPlot to plot relationships between geographic locations on a map:

Use GeoBubbleChart to show values with scaled bubbles:

Use GeoRegionValuePlot to show values with colored regions:

Use GeoListPlot to show the locations of geographic locations and entities:

Use GeoHistogram to aggregate locations into bins:

Use GeoSmoothHistogram to generate smooth densities from locations:

Use GeoVectorPlot and GeoStreamPlot for vector fields:

Draw contours on a map with GeoContourPlot :

Smoothly shade a map using color with GeoDensityPlot :

Wolfram Research (2021), GeoGraphValuePlot, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoGraphValuePlot.html.

Text

Wolfram Research (2021), GeoGraphValuePlot, Wolfram Language function, https://reference.wolfram.com/language/ref/GeoGraphValuePlot.html.

CMS

Wolfram Language. 2021. "GeoGraphValuePlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/GeoGraphValuePlot.html.

APA

Wolfram Language. (2021). GeoGraphValuePlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/GeoGraphValuePlot.html

BibTeX

@misc{reference.wolfram_2025_geographvalueplot, author="Wolfram Research", title="{GeoGraphValuePlot}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/GeoGraphValuePlot.html}", note=[Accessed: 18-November-2025]}

BibLaTeX

@online{reference.wolfram_2025_geographvalueplot, organization={Wolfram Research}, title={GeoGraphValuePlot}, year={2021}, url={https://reference.wolfram.com/language/ref/GeoGraphValuePlot.html}, note=[Accessed: 18-November-2025]}

Top [フレーム]

AltStyle によって変換されたページ (->オリジナル) /