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

cbarfontsize.sh 323 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 implementation of --PARAM=value with themes
  3. gmt begin cbarfontsize ps
  4. gmt makecpt -Cbatlow -T0/20/4
  5. gmt colorbar -C -Dx0/12c+jBL+w15c/0.4c+h
  6. gmt set FONT_ANNOT_PRIMARY 20p
  7. gmt colorbar -C -Dx0/8c+jBL+w15c/0.4c+h
  8. gmt colorbar -C -Dx0/4c+jBL+w15c/0.4c+h --FONT_ANNOT_PRIMARY=32p
  9. gmt end show
Tip!

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

Comments

Loading...