Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dplot3d.c3344 AstPointSet *minticks; in Grid() local
3428 if( minticks ) { in Grid()
3429 nmin = astGetNpoint( minticks ); in Grid()
3449 if( minticks ) astPermPoints( minticks, 1, perm ); in Grid()
3455 wcsminticks = minticks ? astTransform( plot, minticks, 1, NULL ) : NULL; in Grid()
3488 if( minticks ) minticks = astAnnul( minticks ); in Grid()
3533 if( minticks ) { in Grid()
3534 nmin = astGetNpoint( minticks ); in Grid()
3554 if( minticks ) astPermPoints( minticks, 1, perm ); in Grid()
3560 wcsminticks = minticks ? astTransform( plot, minticks, 1, NULL ) : NULL; in Grid()
[all …]
H A Dplot.c6384 (void) astFree( (void *) info->minticks ); in CleanGrid()
10113 if( !info->minticks ) { in DrawTicks()
10164 if( info->minticks ) { in DrawTicks()
10165 value = info->minticks; in DrawTicks()
10236 if( info->minticks ) { in DrawTicks()
10259 if( info->minticks ) { in DrawTicks()
10284 val = info->minticks[ tick ]; in DrawTicks()
16199 *minticks = NULL; in GetTicks()
18308 if( grid[ axis ]->minticks ) { in Grid()
27411 ret->minticks = minticks; in TickMarks()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Ddate_concise_formatter.py54 locator = mdates.AutoDateLocator(minticks=3, maxticks=7)
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/
H A Dutil.py268 locator = AutoDateLocator(minticks=3, maxticks=6)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Ddates.py1167 def __init__(self, tz=None, minticks=5, maxticks=None, argument
1220 self.minticks = minticks
1323 if num < self.minticks:
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Ddates.py1276 def __init__(self, tz=None, minticks=5, maxticks=None, argument
1305 self.minticks = minticks
1406 if num < self.minticks:
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dlocator.py168 if num < self.minticks:
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_anaeig.cpp75 static real tick_spacing(real range, int minticks) in tick_spacing() argument
85 while (range / sp < minticks - 1) in tick_spacing()
/dports/textproc/discount/discount-2.2.7/
H A Dgenerate.c1279 tickhandler(MMIOT *f, int tickchar, int minticks, int allow_space, spanhandler spanner) in tickhandler() argument
1287 if ( (tick >= minticks) && (size = matchticks(f,tickchar,tick,&endticks)) ) { in tickhandler()
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Dgenerate.c1327 tickhandler(MMIOT *f, int tickchar, int minticks, int allow_space, spanhandler spanner) in tickhandler() argument
1335 if ( (tick >= minticks) && (size = matchticks(f,tickchar,tick,&endticks)) ) { in tickhandler()
/dports/math/py-pandas/pandas-1.2.5/pandas/plotting/_matplotlib/
H A Dconverter.py330 if abs(tot_sec) < self.minticks: