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

subplotlatex.sh 345 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 of user Latex labels in subplot settings
  3. gmt begin subplotlatex ps
  4. gmt subplot begin 2x2 -Fs8c -M5p -Scb -Srl -BeSWn -JX10c -R-30/30/0/80 -Bxafg+l"@[\int_{x} \int_{t} \tau_x@[" -Byafg+l"<math>\nabla G</math>"
  5. gmt basemap -c
  6. gmt basemap -c
  7. gmt basemap -c
  8. gmt basemap -c
  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...