IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2020, 10:56:43 AM (6 years ago)
Author:
eugene
Message:

new option to control number of major ticks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/DrawFrame.c

    r41344 r41376  
    1818  Py = 0.5 * (1 + 0.25*graph[0].axis[1].lweight) * (hypot (graph[0].axis[1].dfx, graph[0].axis[1].dfy) + hypot (graph[0].axis[1].dfx, graph[0].axis[1].dfy));
    1919  int P = MIN (Px, Py);
     20  // fprintf (stderr, "P: %d\n", P);
    2021
    2122  /* each axis is drawn independently, but ticks and labels are placed according to perpendicular distance. */
Note: See TracChangeset for help on using the changeset viewer.