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

comet.def 292 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. # Macro for comet takes strike (azimuth) and label (string) from input file
  2. N: 2 as
  3. # First rotate so strike is horizontal
  4. $1 R
  5. 90 R
  6. # Draw the strike line
  7. -0.5 0 M
  8. 0.5 0 D
  9. S
  10. # Draw the star
  11. 0.5 0 0.1 a -Gorange
  12. # Annotate the bar in blue using trailing text
  13. T -Gblue -W-
  14. 0 0.02 0.1 $t l+jBC
Tip!

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

Comments

Loading...