Home
last modified time | relevance | path

Searched refs:tick_format_string (Results 1 – 1 of 1) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dcairo-chart.c380 char *tick_format_string; in xrchart_write_scale() local
388 tick_format_string = chart_get_ticks_format (lower, interval, ticks, &tickscale); in xrchart_write_scale()
403 test_text = xasprintf(tick_format_string, upper*tickscale); in xrchart_write_scale()
406 test_text = xasprintf(tick_format_string, lower*tickscale); in xrchart_write_scale()
420 tick_format_string, pos*tickscale); in xrchart_write_scale()
423 free(tick_format_string); in xrchart_write_scale()