IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 20, 2020, 1:23:21 PM (6 years ago)
Author:
eugene
Message:

add format option to tick marks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/structures.h

    r41341 r41344  
    157157
    158158typedef struct {
     159  char format[16];
    159160  double min, max;
    160161  char isaxis, areticks, islabel, islog;
     
    169170// structure to describe the ticks for an axis
    170171typedef struct {
     172  char format[16];
    171173  double value;
    172174  int IsMajor;
Note: See TracChangeset for help on using the changeset viewer.