IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2017, 9:31:17 AM (9 years ago)
Author:
eugene
Message:

add plot types for histogram bars (solid, outline, outfill)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r39926 r40106  
    3838// retain historical numerical definitions:
    3939typedef enum {
    40   KAPA_PLOT_INVALID_MIN = -1,
    41   KAPA_PLOT_CONNECT     =  0,
    42   KAPA_PLOT_HISTOGRAM   =  1,
    43   KAPA_PLOT_POINTS      =  2,
    44   KAPA_PLOT_INVALID_MAX =  3,
     40  KAPA_PLOT_INVALID_MIN  = -1,
     41  KAPA_PLOT_CONNECT      =  0,
     42  KAPA_PLOT_HISTOGRAM    =  1,
     43  KAPA_PLOT_BARS_SOLID   =  2,
     44  KAPA_PLOT_BARS_OUTLINE =  3,
     45  KAPA_PLOT_BARS_OUTFILL =  4,
     46  KAPA_PLOT_POINTS       =  5,
     47  KAPA_PLOT_INVALID_MAX  =  6,
    4548} KapaPlotStyle;
    4649
Note: See TracChangeset for help on using the changeset viewer.