Home
last modified time | relevance | path

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

/dports/math/grace/grace-5.1.25/grconvert/
H A Dutil.c315 t.tl_format = POWER; in default_ticks()
318 t.tl_format = DECIMAL; in default_ticks()
329 t.tl_format = POWER; in default_ticks()
332 t.tl_format = DECIMAL; in default_ticks()
H A Dgrconvert.h310 int tl_format; /* decimal or exponential ticmark labels .. */ member
H A Ddefaults.c406 t->tl_format = DECIMAL; in set_default_ticks()
H A Dwriteasc.c420 fprintf(pp, "%s ticklabel format %s\n", buf, get_format_types(t.tl_format)); in putparms()
H A Dreadbin.c614 if ((err = read_int(&(d->tl_format), 1, fin))) in read_tickmarks()
/dports/math/grace/grace-5.1.25/src/
H A Ddefines.h609 int tl_format; /* tickmark label format */ member
H A Dtickwin.c543 t->tl_format = GetOptionChoice(tlform); in axes_aac_cb()
865 SetOptionChoice(tlform, t->tl_format); in update_ticks()
H A Ddrawticks.c858 create_fstring(t->tl_format, t->tl_prec, in calculate_tickgrid()
868 create_fstring(t->tl_format, t->tl_prec, in calculate_tickgrid()
H A Ddefaults.c302 t->tl_format = FORMAT_GENERAL; in set_default_ticks()
H A Dparams.c319 fprintf(pp, "%s ticklabel format %s\n", buf, get_format_types(t->tl_format)); in putparms()
H A Dpars.yacc4022 g[whichgraph].t[naxis]->tl_format = $2;
4029 g[whichgraph].t[naxis]->tl_format = $2;
H A Dpars.c11131 g[whichgraph].t[naxis]->tl_format = (yyvsp[0].ival); in yyparse()
11143 g[whichgraph].t[naxis]->tl_format = (yyvsp[0].dval); in yyparse()