You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
611 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *plot_xpm[];
  4. #else
  5. const char * plot_xpm[] = {
  6. "16 16 12 1",
  7. " c None",
  8. ". c #000000",
  9. "+ c #C3C3C3",
  10. "@ c #D72E2E",
  11. "# c #F5F5F5",
  12. "$ c #EBEBEB",
  13. "% c #E1E1E1",
  14. "& c #006900",
  15. "* c #5B5B5B",
  16. "= c #C8C8C8",
  17. "- c #A6A6A6",
  18. "; c #3C3C3C",
  19. "................",
  20. ".++++++++++++++.",
  21. ".+..........+@+.",
  22. ".+#$$$$$$$$%+++.",
  23. ".+#$$$$...$%+&+.",
  24. ".+#$$$$$$$$%+++.",
  25. "..#...$...$%....",
  26. " .#$$$$$$$$%.*. ",
  27. " .#...$...$%.*. ",
  28. " .#$$$$$$$$%.*. ",
  29. " .#$$$$$$$$%.*. ",
  30. " .#$$$$$$$$%.*. ",
  31. " .#$$$$$$$$%.*. ",
  32. " .=---------.*. ",
  33. " .*..........*. ",
  34. " .;. .;. "};
  35. #endif