Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/output/charts/
H A Dscatterplot-cairo.c43 const int MAX_PLOT_CATS = 20; in xrchart_draw_scatterplot() local
44 union value catvals[MAX_PLOT_CATS]; in xrchart_draw_scatterplot()
71 if (n_catvals < MAX_PLOT_CATS) in xrchart_draw_scatterplot()