IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2010, 10:10:43 AM (16 years ago)
Author:
eugene
Message:

plotting improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/Ohana.20100407/src/opihi/cmd.data/box.c

    r27693 r27713  
    4040  }
    4141
    42   // strcpy (graphmode.ticks, "2222");
     42  // XXX need to get the current values from kapa
     43  strcpy (graphmode.ticks, "2222");
    4344  if ((N = get_argument (argc, argv, "-ticks"))) {
    4445    remove_argument (N, &argc, argv);
     
    5152  }
    5253 
    53   // strcpy (graphmode.labels, "2222");
     54  strcpy (graphmode.labels, "2222");
    5455  if ((N = get_argument (argc, argv, "-labels"))) {
    5556    remove_argument (N, &argc, argv);
     
    6263  }
    6364
    64   // strcpy (graphmode.axis, "2222");
     65  strcpy (graphmode.axis, "2222");
    6566  if ((N = get_argument (argc, argv, "-axis"))) {
    6667    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.