Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

tictactoe.sh 347 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Test lines between subplot with -W
  3. gmt begin tictactoe ps
  4. gmt set FONT_ANNOT_PRIMARY 12p
  5. gmt subplot begin 3x3 -Fs5c+w1p,- -M0 -Blrbt
  6. gmt coast -Rg -JG30/30/? -Gred -Bg -c0,0
  7. gmt coast -Rg -JG120/30/? -Gred -Bg -c1,1
  8. gmt coast -Rg -JG210/30/? -Gred -Bg -c2,2
  9. gmt subplot end
  10. gmt end show
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...