Navigation Menu

Skip to content

Commit

Permalink
Set graticule() to scalar context in Cartography demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-lamb committed Aug 14, 2015
1 parent 32ca97e commit e16b7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demos/Cartography_demo.pm
Expand Up @@ -59,7 +59,7 @@ act q|
### Get the vector coastline map (and a lon/lat grid), and load the Earth
### RGB daytime image -- both of these are built-in to the module. The
### coastline map is a set of (X,Y,Pen) vectors.
$coast = earth_coast() -> glue( 1, graticule(15,1) );
$coast = earth_coast() -> glue( 1, scalar graticule(15,1) );
print "Coastline data are a collection of vectors: ",
join("x",$coast->dims),"\n";
Expand Down

0 comments on commit e16b7a1

Please sign in to comment.