/******************************************************************************/
/* Copyright 1996 MBARI                                                       */
/******************************************************************************/
/* Summary  : CTD Data Display Graphics Module Definitions                    */
/* Filename : displayGraphics.h                                               */
/* Author   : Janice Tarrant                                                  */
/* Project  : Tiburon                                                         */
/* Version  : Version 1.0                                                     */
/* Created  : 07/17/96                                                        */
/* Modified :                                                                 */
/* Archived :                                                                 */
/******************************************************************************/
/* Modification History :                                                     */
/* $Header: /usr/tiburon/unix/gui/ctd/RCS/displayGraphics.h,v 1.1 1998/03/12 17:53:02 oreilly Exp $
 * $Log: displayGraphics.h,v $
 * Revision 1.1  1998/03/12 17:53:02  oreilly
 * Initial revision
 *
 *
 */
/******************************************************************************/

#ifndef TIBURON_DISPLAY_GRAPHICS_H
#define TIBURON_DISPLAY_GRAPHICS_H

void  initGraphics(startParameters *startParams);
void  makeTickLabel(varNum var, plotParameters *plotParams);
void  reInitAxesGeom(plotParameters *plotParams);
Int16 odd(Int16 n);

#endif
