IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2017, 2:52:07 PM (9 years ago)
Author:
eugene
Message:

add PS and PNG bar graph support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170822/src/kapa2/src/bDrawObjects.c

    r40123 r40125  
    507507 
    508508  // scaled colors use the colormap defined for the graphic
    509   Graphic *graphic = GetGraphic();
    510 
    511509  ALLOCATE (pixel1, unsigned char, graphic[0].Npixels);
    512510  ALLOCATE (pixel2, unsigned char, graphic[0].Npixels);
     
    520518  }
    521519
    522   /**** points are scaled by object.z ***/
     520  /**** point sizes are scaled by object.size, colors by object.color ***/
    523521  int scaleSize = (object[0].size < 0);
    524522  int scaleColor = (object[0].color < 0);
Note: See TracChangeset for help on using the changeset viewer.