Home
last modified time | relevance | path

Searched refs:xaxis (Results 101 – 125 of 2303) sorted by relevance

12345678910>>...93

/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dsolar_system.agr228 @ xaxis on
231 @ xaxis bar on
232 @ xaxis bar color 1
235 @ xaxis label ""
239 @ xaxis label font 0
240 @ xaxis label color 1
242 @ xaxis tick off
243 @ xaxis tick major 20
245 @ xaxis tick default 6
247 @ xaxis tick in
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/examples/
H A Dsolar_system.agr228 @ xaxis on
231 @ xaxis bar on
232 @ xaxis bar color 1
235 @ xaxis label ""
239 @ xaxis label font 0
240 @ xaxis label color 1
242 @ xaxis tick off
243 @ xaxis tick major 20
245 @ xaxis tick default 6
247 @ xaxis tick in
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/graph/specs/
H A Dgraph.test.ts77 xaxis: {},
618 ctrl.panel.xaxis.min = 150;
654 ctrl.panel.xaxis.min = 0;
762 ctrl.panel.xaxis.max = 250;
798 ctrl.panel.xaxis.max = 0;
909 ctrl.panel.xaxis.min = 150;
910 ctrl.panel.xaxis.max = 250;
946 ctrl.panel.xaxis.min = 0;
947 ctrl.panel.xaxis.max = 0;
1168 ctrl.panel.xaxis.min = 99;
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/tutorials/text/
H A Dtext_intro.py278 axs[1].xaxis.set_ticks(ticks)
279 axs[1].xaxis.set_ticklabels(tickla)
297 axs[1].xaxis.set_ticks(ticks)
312 axs[1].xaxis.set_major_locator(locator)
338 axs[1].xaxis.set_major_locator(locator)
344 axs[2].xaxis.set_major_locator(locator)
349 axs[3].xaxis.set_major_locator(locator)
370 ax.xaxis.set_major_formatter(formatter)
371 ax.xaxis.set_major_locator(locator)
406 ax.xaxis.set_major_locator(locator)
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/text/
H A Dtext_intro.py276 axs[1].xaxis.set_ticks(ticks)
277 axs[1].xaxis.set_ticklabels(tickla)
296 axs[1].xaxis.set_ticks(ticks)
310 axs[1].xaxis.set_major_locator(locator)
311 axs[1].xaxis.set_major_formatter('±{x}°')
335 axs[0, 1].xaxis.set_major_locator(locator)
341 axs[1, 0].xaxis.set_major_locator(locator)
346 axs[1, 1].xaxis.set_major_locator(locator)
369 ax.xaxis.set_major_locator(locator)
410 ax.xaxis.set_major_locator(locator)
[all …]
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DplotFFdB.m12 % 'xaxis': - 'phi' (default) or 'theta'
14 % - if xaxis='phi', theta is parameter, and vice versa
19 % 'xaxis', 'phi', 'param', [1 46 91])
31 xaxis = 'phi'; variable
37 elseif (strcmp(varargin{n},'xaxis')==1);
38 xaxis = varargin{n+1}; variable
49 if (strcmp(xaxis,'theta')==1);
54 elseif (strcmp(xaxis,'phi')==1);
60 error('openEMS:plotFFdB','unknown parameter to ''xaxis''');
65 xlabel( sprintf('%s (deg)',xaxis ));
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/apps/battery/
H A Dplotter.py30 def __init__(self, xaxis="capacity", hide_negative=False): argument
41 self.xaxis = xaxis
74 if self.xaxis in {"capacity_grav", "capacity"}:
78 elif self.xaxis == "capacity_vol":
82 elif self.xaxis == "x_form":
85 elif self.xaxis == "frac_x":
164xaxis=dict(title=self._choose_best_x_lable(formula=formula, wion_symbol=wion_symbol)),
174 if self.xaxis in {"capacity", "capacity_grav"}:
176 if self.xaxis == "capacity_vol":
189 if self.xaxis == "x_form":
[all …]
/dports/math/grace/grace-5.1.25/examples/
H A Dspectrum.agr666 @ xaxis on
669 @ xaxis bar on
670 @ xaxis bar color 1
677 @ xaxis label font 0
680 @ xaxis tick on
685 @ xaxis tick in
1172 @ xaxis on
1175 @ xaxis bar on
1176 @ xaxis bar color 1
1186 @ xaxis tick on
[all …]
/dports/games/asteroids3d/asteroids3D-0.5.1/src/
H A Dview.c29 Vector xaxis, yaxis, zaxis; // eye's local coordinate system variable
39 xaxis.x = 1; xaxis.y = 0; xaxis.z = 0; in reset_view()
58 find_rotation_mat(-a, &xaxis, m); in rotate_view_aboutx()
68 apply_v2m(&xaxis, m); in rotate_view_abouty()
77 apply_v2m(&xaxis, m); in rotate_view_aboutz()
/dports/graphics/p5-Layout-Manager/Layout-Manager-0.35/t/10-compass/
H A D07-clickeresque.t19 my $xaxis = new Graphics::Primitive::Component(
36 $cont->add_component($xaxis, 's');
55 cmp_ok($xaxis->origin->x, '==', 0, 'xaxis origin x');
56 cmp_ok($xaxis->origin->y, '==', 270, 'xaxis origin y');
57 cmp_ok($xaxis->width, '==', 500, 'xaxis width');
58 cmp_ok($xaxis->height, '==', 20, 'xaxis height');
/dports/audio/wavbreaker/wavbreaker-0.13/src/
H A Ddraw.c166 int xaxis; in draw_sample_surface() local
212 xaxis = height / 2; in draw_sample_surface()
213 if (xaxis != 0) { in draw_sample_surface()
230 y_max = xaxis - y_max / scale; in draw_sample_surface()
253 …draw_cairo_line(cr, i, y_min+(xaxis-y_min)*shade/SAMPLE_SHADES, y_min+(xaxis-y_min)*(shade+1)/SAMP… in draw_sample_surface()
254 …draw_cairo_line(cr, i, y_max-(y_max-xaxis)*shade/SAMPLE_SHADES, y_max-(y_max-xaxis)*(shade+1)/SAMP… in draw_sample_surface()
270 int xaxis; in draw_summary_surface() local
318 xaxis = height / 2; in draw_summary_surface()
319 if (xaxis != 0) { in draw_summary_surface()
360 y_max = xaxis - y_max / scale; in draw_summary_surface()
[all …]
/dports/math/R/R-4.1.2/src/library/grid/man/
H A Dgrid.xaxis.Rd1 % File src/library/grid/man/grid.xaxis.Rd
6 \name{grid.xaxis}
7 \alias{grid.xaxis}
14 grid.xaxis(at = NULL, label = TRUE, main = TRUE,
45 Both functions create an xaxis grob (a graphical object describing an
46 xaxis), but only \code{grid.xaxis}
47 draws the xaxis (and then only if \code{draw} is \code{TRUE}).
50 An xaxis grob. \code{grid.xaxis} returns the value invisibly.
53 If the \code{at} slot of an xaxis grob is not \code{NULL} then
54 the xaxis will have the following children:
/dports/math/libRmath/R-4.1.1/src/library/grid/man/
H A Dgrid.xaxis.Rd1 % File src/library/grid/man/grid.xaxis.Rd
6 \name{grid.xaxis}
7 \alias{grid.xaxis}
14 grid.xaxis(at = NULL, label = TRUE, main = TRUE,
45 Both functions create an xaxis grob (a graphical object describing an
46 xaxis), but only \code{grid.xaxis}
47 draws the xaxis (and then only if \code{draw} is \code{TRUE}).
50 An xaxis grob. \code{grid.xaxis} returns the value invisibly.
53 If the \code{at} slot of an xaxis grob is not \code{NULL} then
54 the xaxis will have the following children:
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dgrid.c765 lmt = graph->grid.xaxis.log.lmt; in loggrid()
766 hmt = graph->grid.xaxis.log.hmt; in loggrid()
843 graph->grid.xaxis.log.hmt = hmt; in loggrid()
844 graph->grid.xaxis.log.lmt = lmt; in loggrid()
847 graph->grid.xaxis.log.pp = pp; in loggrid()
1032 graph->grid.xaxis.circular.hmt = hmt; in polargrid()
1033 graph->grid.xaxis.circular.lmt = lmt; in polargrid()
1034 graph->grid.xaxis.circular.mag = mag; in polargrid()
1048 hmt = graph->grid.xaxis.circular.hmt; in drawpolargrid()
1049 lmt = graph->grid.xaxis.circular.lmt; in drawpolargrid()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/graph/
H A Ddata_processor.ts58 if (this.panel.xaxis.mode === 'histogram' && !this.panel.stack && list.length > 1) {
109 switch (this.panel.xaxis.mode) {
116 this.panel.xaxis.values = [];
126 this.panel.xaxis.values = ['total'];
142 switch (this.panel.xaxis.mode) {
144 if (this.panel.xaxis.values.length === 0) {
145 this.panel.xaxis.values = ['total'];
150 const found: any = find(validOptions, { value: this.panel.xaxis.values[0] });
152 this.panel.xaxis.values = ['total'];
160 switch (this.panel.xaxis.mode) {
H A Djquery.flot.events.ts309 const xaxis = this._plot.getXAxes()[this._plot.getOptions().events.xaxis - 1]; constant
336 const xaxis = this._plot.getXAxes()[this._plot.getOptions().events.xaxis - 1]; constant
485 const xaxis = this._plot.getXAxes()[this._plot.getOptions().events.xaxis - 1]; constant
526 left = xaxis.p2c(timeFrom) + o.left;
615 const xaxis = this._plot.getXAxes()[this._plot.getOptions().events.xaxis - 1]; constant
616 const xc = xaxis.p2c(x);
617 return xc > 0 && xc < xaxis.p2c(xaxis.max);
624 const xaxis = this._plot.getXAxes()[this._plot.getOptions().events.xaxis - 1]; constant
625 const [coord0, coord1] = [xaxis.p2c(point0), xaxis.p2c(point1)];
626 const [coordMin, coordMax] = [0, xaxis.p2c(xaxis.max)];
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_ticker.py530 formatter = ax.xaxis.get_major_formatter()
535 ax.xaxis._update_ticks()
541 ax.xaxis._update_ticks()
852 fmt = ax.xaxis.get_major_formatter()
857 self._sub_labels(ax.xaxis, subs=[])
864 self._sub_labels(ax.xaxis, subs=[])
868 self._sub_labels(ax.xaxis, subs=[])
1209 ax.xaxis.set_major_formatter(formatter)
1345 ax.xaxis.get_minor_ticks(15)
1350 current = ax.xaxis.remove_overlapping_locs
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Ddlpolyplugin.c207 float xaxis[3]; in read_dlpoly_structure() local
212 if (3 != fscanf(data->file, "%f %f %f\n", &xaxis[0], &xaxis[1], &xaxis[2])) { in read_dlpoly_structure()
311 float xaxis[3]; in read_dlpoly_config_structure() local
316 if (3 != fscanf(data->file, "%f %f %f\n", &xaxis[0], &xaxis[1], &xaxis[2])) { in read_dlpoly_config_structure()
461 float xaxis[3]; in read_dlpoly_timestep() local
465 if (3 != fscanf(data->file, "%f %f %f\n", &xaxis[0], &xaxis[1], &xaxis[2])) { in read_dlpoly_timestep()
482 if (xaxis[1] != 0.0 || xaxis[2] != 0.0 || in read_dlpoly_timestep()
489 ts->A = xaxis[0]; in read_dlpoly_timestep()
586 float xaxis[3]; in read_dlpoly_config_timestep() local
590 if (3 != fscanf(data->file, "%f %f %f\n", &xaxis[0], &xaxis[1], &xaxis[2])) { in read_dlpoly_config_timestep()
[all …]
/dports/graphics/p5-Chart-Clicker/Chart-Clicker-2.90/lib/Chart/
H A DClicker.pm434 my $xaxis = $ctx->domain_axis;
435 unless(exists($xaxes{refaddr($xaxis)})) {
436 $xaxis->range->combine($ds->domain);
438 $xaxis->orientation('horizontal');
441 $xaxis->position('top');
442 $xaxis->border->bottom->width($xaxis->brush->width);
444 $xaxis->position('bottom');
445 $xaxis->border->top->width($xaxis->brush->width);
447 $xaxis->border->color($xaxis->color);
449 $plot->add_component($xaxis, $xaxis->is_top ? 'n' : 's');
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_multigraph/
H A Dcombgraphex1.php52 $graph->xaxis->SetTickPositions($tickPositions, $minTickPositions);
53 $graph->xaxis->SetLabelFormatString('My', true);
68 $graph2->xaxis->SetTickPositions($tickPositions, $minTickPositions);
69 $graph2->xaxis->SetLabelFormatString('My', true);
70 $graph2->xaxis->SetPos('max');
71 $graph2->xaxis->HideLabels();
72 $graph2->xaxis->SetTickSide(SIDE_DOWN);
H A Dcombgraphex2.php51 $graph->xaxis->SetTickPositions($tickPositions, $minTickPositions);
52 $graph->xaxis->SetLabelFormatString('My', true);
67 $graph2->xaxis->SetTickPositions($tickPositions, $minTickPositions);
68 $graph2->xaxis->SetLabelFormatString('My', true);
69 $graph2->xaxis->SetPos('max');
70 $graph2->xaxis->HideLabels();
71 $graph2->xaxis->SetTickSide(SIDE_DOWN);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_bar/
H A Dgrace_ex0.php19 $graph->xaxis->SetTickLabels($a);
20 $graph->xaxis->SetFont(FF_FONT1);
21 $graph->xaxis->SetColor('darkblue', 'black');
32 $graph->xaxis->SetTitle('Year 2002', 'center');
33 $graph->xaxis->SetTitleMargin(10);
34 $graph->xaxis->title->SetFont(FF_FONT2, FS_BOLD);
H A Dgrace_ex1.php19 $graph->xaxis->SetTickLabels($a);
20 $graph->xaxis->SetFont(FF_FONT1);
21 $graph->xaxis->SetColor('darkblue', 'black');
32 $graph->xaxis->SetTitle('Year 2002', 'center');
33 $graph->xaxis->SetTitleMargin(10);
34 $graph->xaxis->title->SetFont(FF_FONT2, FS_BOLD);
H A Dgrace_ex2.php19 $graph->xaxis->SetTickLabels($a);
20 $graph->xaxis->SetFont(FF_FONT1);
21 $graph->xaxis->SetColor('darkblue', 'black');
32 $graph->xaxis->SetTitle('Year 2002', 'center');
33 $graph->xaxis->SetTitleMargin(10);
34 $graph->xaxis->title->SetFont(FF_FONT2, FS_BOLD);
H A Dgrace_ex3.php19 $graph->xaxis->SetTickLabels($a);
20 $graph->xaxis->SetFont(FF_FONT1);
21 $graph->xaxis->SetColor('darkblue', 'black');
32 $graph->xaxis->SetTitle('Year 2002', 'center');
33 $graph->xaxis->SetTitleMargin(10);
34 $graph->xaxis->title->SetFont(FF_FONT2, FS_BOLD);

12345678910>>...93