Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Feb 5, 2024
1 parent d505945 commit 6274284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_new_projs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
I1 = mat2img(rand(UInt8,8,8,3));
I2 = mat2img(rand(UInt8,8,8,3));
I3 = mat2img(rand(UInt8,8,8,3));
cubeplot(I1, I2, I3, inset=((I1,I2), .5)
cubeplot(I1, I2, I3, inset=((I1,I2), .5))

cl = coastlinesproj(proj="fouc");
grid = graticules(cl);
Expand Down

0 comments on commit 6274284

Please sign in to comment.