Guest User

Untitled

a guest
Feb 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. show_ticks = yes
  2. show_tick_labels = yes
  3.  
  4. show_grid = no
  5. grid_start = dims(ideogram,radius_inner)-0.5r
  6. grid_end = dims(ideogram,radius_inner)
  7.  
  8. <ticks>
  9. tick_separation = 2p
  10. min_label_distance_to_edge = 0p
  11. label_separation = 5p
  12. label_offset = 2p
  13. label_size = 8p
  14. multiplier = 0.001
  15. color = black
  16. radius = 0.85r
  17. orientation = in
  18.  
  19. <tick>
  20. min_label_distance_to_edge = 0p
  21. spacing = 10u
  22. size = 5p
  23. thickness = 2p
  24. color = black
  25. show_label = yes
  26. label_size = 15p
  27. label_offset = 1p
  28. format = %2d
  29. grid = yes
  30. grid_color = lblue
  31. grid_thickness = 2p
  32. suffix = "Kb"
  33. </tick>
  34.  
  35. <tick>
  36. spacing = 1u
  37. size = 3p
  38. thickness = 2p
  39. color = black
  40. show_label = yes
  41. label_size = 12p
  42. label_offset = 1p
  43. format = %2d
  44. grid = yes
  45. grid_color = lblue
  46. grid_thickness = 2p
  47. </tick>
  48.  
  49. </ticks>
Add Comment
Please, Sign In to add comment