Home
last modified time | relevance | path

Searched refs:xaxis (Results 201 – 225 of 2303) sorted by relevance

12345678910>>...93

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Ddsn6plugin.cpp80 xaxis[3], yaxis[3], zaxis[3], z1, z2, z3; in open_dsn6_read() local
141 xaxis[0] = A; in open_dsn6_read()
142 xaxis[1] = 0; in open_dsn6_read()
143 xaxis[2] = 0; in open_dsn6_read()
157 dsn6->vol[0].origin[0] = xaxis[0] * start_x + yaxis[0] * start_y + in open_dsn6_read()
162 dsn6->vol[0].xaxis[0] = xaxis[0] * (extent_x-1); in open_dsn6_read()
163 dsn6->vol[0].xaxis[1] = 0; in open_dsn6_read()
164 dsn6->vol[0].xaxis[2] = 0; in open_dsn6_read()
H A Dedmplugin.cpp56 float xaxis[3], yaxis[3], zaxis[3], z1, z2, z3; in open_edm_read() local
138 xaxis[0] = xdelta; in open_edm_read()
139 xaxis[1] = 0; in open_edm_read()
140 xaxis[2] = 0; in open_edm_read()
157 edm->vol[0].xaxis[0] = xaxis[0] * (xsize-1); in open_edm_read()
158 edm->vol[0].xaxis[1] = 0; in open_edm_read()
159 edm->vol[0].xaxis[2] = 0; in open_edm_read()
352 float xaxis[3], yaxis[3], zaxis[3]; in write_edm_data() local
363 xaxis[i] = metadata->xaxis[i]; in write_edm_data()
366 xdelta[i] = xaxis[i]/(xsize - 1); in write_edm_data()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_tick/
H A Dmanualtickex1.php49 $graph->xaxis->SetPos('min');
52 $graph->xaxis->SetTickPositions($tickPositions, $minTickPositions);
55 $graph->xaxis->SetLabelFormatString('My', true);
58 $graph->xaxis->SetFont(FF_ARIAL, FS_NORMAL, 9);
H A Dmanualtickex1a.php49 $graph->xaxis->SetPos('min');
52 $graph->xaxis->SetTickPositions($tickPositions, $minTickPositions);
55 $graph->xaxis->SetLabelFormatString('My', true);
58 $graph->xaxis->SetFont(FF_ARIAL, FS_NORMAL, 9);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/Examples/
H A Dhorizbarex1.php28 $graph->xaxis->SetTickLabels($datax);
29 $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,12);
32 $graph->xaxis->SetLabelMargin(10);
35 $graph->xaxis->SetLabelAlign('right','center');
H A Dexample9.1.php22 $graph->xaxis->SetTickLabels($a);
23 $graph->xaxis->SetTextLabelInterval(2);
32 $graph->xaxis->title->Set("X-title");
37 $graph->xaxis->title->SetFont(FF_FONT1,FS_BOLD);
H A Dexample9.2.php22 $graph->xaxis->SetTickLabels($a);
24 $graph->xaxis->SetLabelAngle(90);
34 $graph->xaxis->title->Set("X-title");
39 $graph->xaxis->title->SetFont(FF_FONT1,FS_BOLD);
H A Dstaticbandbarex2.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
45 $graph->xaxis->title->Set("X-title");
49 $graph->xaxis->title->SetFont(FF_ARIAL,FS_BOLD,11);
H A Dstaticbandbarex1.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
45 $graph->xaxis->title->Set("X-title");
49 $graph->xaxis->title->SetFont(FF_ARIAL,FS_BOLD,11);
H A Dstaticlinebarex1.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
37 $graph->xaxis->SetPos("min");
47 $graph->xaxis->title->Set("X-title");
51 $graph->xaxis->title->SetFont(FF_ARIAL,FS_BOLD,11);
H A Dbarscalecallbackex1.php32 $graph->xaxis->SetTickLabels($a);
33 $graph->xaxis->SetFont(FF_FONT2);
38 $graph->xaxis->title->Set("Year 2002");
39 $graph->xaxis->title->SetFont(FF_FONT2,FS_BOLD);
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/graph/
H A Dgraph.ts217 to: toUtc(ranges.xaxis.to),
512 switch (panel.xaxis.mode) {
626 xaxis: {},
688 options.xaxis = {
690 show: this.panel.xaxis.show,
706 options.xaxis = {
708 show: this.panel.xaxis.show,
761 options.xaxis = {
763 show: this.panel.xaxis.show,
785 options.xaxis = {
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_bar/
H A Dhorizbarex1.php28 $graph->xaxis->SetTickLabels($datax);
29 $graph->xaxis->SetFont(FF_VERDANA, FS_NORMAL, 12);
32 $graph->xaxis->SetLabelMargin(10);
35 $graph->xaxis->SetLabelAlign('right', 'center');
H A Dbarintex1.php23 $graph->xaxis->SetTickLabels($a);
24 $graph->xaxis->SetFont(FF_FONT2);
29 $graph->xaxis->title->Set("Year 2002");
30 $graph->xaxis->title->SetFont(FF_FONT2, FS_BOLD);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_date/
H A Ddateutilex01.php28 $graph->xaxis->SetFont(FF_ARIAL, FS_NORMAL, 8);
29 $graph->xaxis->SetLabelAngle(30);
33 $graph->xaxis->SetLabelFormatString('M, Y', true);
37 $graph->xaxis->SetTickPositions($tickPos, $minTickPos);
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Dmajor_minor_demo.py49 ax.xaxis.set_major_locator(MultipleLocator(20))
50 ax.xaxis.set_major_formatter('{x:.0f}')
53 ax.xaxis.set_minor_locator(MultipleLocator(5))
74 ax.xaxis.set_minor_locator(AutoMinorLocator())
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_ticker.py80 assert_almost_equal(ax.xaxis.get_ticklocs(minor=True), test_value)
99 ax.xaxis.set_minor_locator(mticker.AutoMinorLocator())
558 ax.xaxis.set_minor_locator(mticker.LogLocator(base=10,
564 fmt = ax.xaxis.get_major_formatter()
565 fmt.set_locs(ax.xaxis.get_majorticklocs())
567 for x in ax.xaxis.get_majorticklocs()]
569 self._sub_labels(ax.xaxis, subs=[])
576 self._sub_labels(ax.xaxis, subs=[])
580 self._sub_labels(ax.xaxis, subs=[])
584 self._sub_labels(ax.xaxis, subs=[2, 3, 4, 6])
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Dspine_placement_demo.py27 ax.xaxis.set_ticks_position('bottom')
39 ax.xaxis.set_ticks_position('bottom')
51 ax.xaxis.set_ticks_position('bottom')
63 ax.xaxis.set_ticks_position('bottom')
86 ax.xaxis.set_ticks_position('bottom')
89 ax.xaxis.set_ticks([])
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Dspine_placement_demo.py27 ax.xaxis.set_ticks_position('bottom')
39 ax.xaxis.set_ticks_position('bottom')
51 ax.xaxis.set_ticks_position('bottom')
63 ax.xaxis.set_ticks_position('bottom')
86 ax.xaxis.set_ticks_position('bottom')
89 ax.xaxis.set_ticks([])
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_staticband/
H A Dstaticbandbarex2.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
45 $graph->xaxis->title->Set("X-title");
49 $graph->xaxis->title->SetFont(FF_ARIAL, FS_BOLD, 11);
H A Dstaticbandbarex1.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
45 $graph->xaxis->title->Set("X-title");
49 $graph->xaxis->title->SetFont(FF_ARIAL, FS_BOLD, 11);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/
H A Dprepaccdata_example.php40 $graph->xaxis->SetTickSide(SIDE_BOTTOM);
51 $graph->xaxis->SetTickLabels($xdata);
52 $graph->xaxis->SetTextLabelInterval(4);
58 $graph->xaxis->SetLabelAngle(90);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_general/
H A Dexample9.1.php22 $graph->xaxis->SetTickLabels($a);
23 $graph->xaxis->SetTextLabelInterval(2);
32 $graph->xaxis->title->Set("X-title");
37 $graph->xaxis->title->SetFont(FF_FONT1, FS_BOLD);
H A Dexample9.2.php22 $graph->xaxis->SetTickLabels($a);
24 $graph->xaxis->SetLabelAngle(90);
33 $graph->xaxis->title->Set("X-title");
38 $graph->xaxis->title->SetFont(FF_FONT1, FS_BOLD);
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/text_labels_and_annotations/
H A Dtitles_demo.py28 ax.xaxis.set_label_position('top')
34 ax.xaxis.set_label_position('top')
35 ax.xaxis.tick_top()
48 ax.xaxis.set_label_position('top')

12345678910>>...93