Julia alternatives to Matplotlib?

OK, I could have made my example smaller but not a 2-liners :slight_smile:
… but it can play geo-tic-tac

subplot(grid="3x3", dims=(panels=(5,),divlines=(1,:dashed)), axes=(axes=:lrbt,), margins=0, savefig="tictactoe.png")
    coast(region=:global, proj=(name=:Ortho, center=(30 ,30)), land=:red, B=:g, panel=(1,1))
    coast(region=:global, proj=(name=:Ortho, center=(120,30)), land=:red, B=:g, panel=(2,2))
    coast(region=:global, proj=(name=:Ortho, center=(210,30)), land=:red, B=:g, panel=(3,3))
subplot(:show)

13 Likes