Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. dataset =
  2. SemanticImportString[
  3. "CentertMajor AxistMinor AxistThetatGray Level
  4. (0,0)t0.69t0.92t0t2
  5. (0,-.0184)t0.6624t0.874t0t-0.98
  6. ( .22, 0)t0.11t0.31t-18t-0.02
  7. (-.22,0)t0.16t0.41t18t-0.02
  8. (0,.35)t0.21t0.25t0t0.01
  9. (0,.1)t0.046t0.046t0t0.01
  10. (0,-.1)t0.046t0.046t0t0.01
  11. (-.08,-.605)t0.046t0.023t0t0.01
  12. (0,-.605)t0.023t0.023t0t0.01
  13. (.06,-.605)t0.023t0.046t0t0.01", {DelimitedSequence[
  14. "Number", {"(", ",", ")"}], "Number", "Number", "Number",
  15. "Number"}]
  16.  
  17. dataset[
  18. Graphics,
  19. {(*GrayLevel[#"Gray Level"],*)
  20. Rotate[
  21. Circle[#Center, {#"Major Axis", #"Minor Axis"}],
  22. #Theta Degree
  23. ]} &
  24. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement