Home
last modified time | relevance | path

Searched refs:xaxis (Results 176 – 200 of 2303) sorted by relevance

12345678910>>...93

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_line/
H A Dfuncex4.php41 $graph->xaxis->SetWeight(2);
42 $graph->xaxis->HideZeroLabel();
43 $graph->xaxis->HideFirstLastLabel();
44 $graph->xaxis->SetFont(FF_FONT1, FS_BOLD);
45 $graph->xaxis->SetColor('green', 'green');
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/Examples/
H A Dfuncex4.php40 $graph->xaxis->SetWeight(2);
41 $graph->xaxis->HideZeroLabel();
42 $graph->xaxis->HideFirstLastLabel();
43 $graph->xaxis->SetFont(FF_FONT1,FS_BOLD);
44 $graph->xaxis->SetColor('green','green');
H A Dhorizbarex3.php22 $graph->xaxis->SetPos('min');
33 $graph->xaxis->SetTickLabels($datax);
34 $graph->xaxis->SetFont(FF_FONT2,FS_BOLD,12);
37 $graph->xaxis->SetLabelMargin(5);
40 $graph->xaxis->SetLabelAlign('right','center');
H A Dscatterrotex1.php18 $graph->xaxis->SetLabelAlign('right','center','right');
23 $graph->xaxis->SetTitle('X-Axis title','low');
24 $graph->xaxis->title->SetAngle(90);
25 $graph->xaxis->title->SetMargin(15);
H A Dbargradex2.php24 $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,12);
25 $graph->xaxis->SetColor("black","red");
32 $graph->xaxis->SetTickLabels($datax);
33 $graph->xaxis->SetLabelAngle(50);
H A Dbargradex6.php24 $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,10);
31 $graph->xaxis->SetTickLabels($datax);
32 $graph->xaxis->SetLabelAngle(50);
35 $graph->xaxis->SetPos("min"); // "min" will position the x-axis at the minimum value of the Y-axis
H A Dbargradex3.php24 $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,10);
31 $graph->xaxis->SetTickLabels($datax);
32 $graph->xaxis->SetLabelAngle(50);
35 $graph->xaxis->SetPos("min"); // "min" will position the x-axis at the minimum value of the Y-axis
H A Dbarintex1.php22 $graph->xaxis->SetTickLabels($a);
23 $graph->xaxis->SetFont(FF_FONT2);
28 $graph->xaxis->title->Set("Year 2002");
29 $graph->xaxis->title->SetFont(FF_FONT2,FS_BOLD);
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/
H A DGIPLImageWriter.cc98 double xaxis[3], yaxis[3], zaxis[3]; in Initialize() local
99 _Input->GetOrientation(xaxis, yaxis, zaxis); in Initialize()
100 this->WriteAsFloat(static_cast<float>(xaxis[0]), 106); in Initialize()
101 this->WriteAsFloat(static_cast<float>(xaxis[1]), 110); in Initialize()
102 this->WriteAsFloat(static_cast<float>(xaxis[2]), 114); in Initialize()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_scatter/
H A Dscatterrotex1.php18 $graph->xaxis->SetLabelAlign('right', 'center', 'right');
23 $graph->xaxis->SetTitle('X-Axis title', 'low');
24 $graph->xaxis->title->SetAngle(90);
25 $graph->xaxis->title->SetMargin(15);
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DpolarFF.m12 % 'xaxis': - 'phi' (default) or 'theta'
14 % - if xaxis='phi', theta is parameter, and vice versa
28 % 'xaxis', 'phi', 'param', [1 46 91] );
46 xaxis = 'phi'; variable
55 elseif (strcmp(varargin{n},'xaxis')==1);
56 xaxis = varargin{n+1}; variable
105 if (strcmp(xaxis,'theta')==1);
110 elseif (strcmp(xaxis,'phi')==1);
116 error('openEMS:polarFF','unknown parameter to ''xaxis''');
155 ylabel( sprintf('%s / deg', xaxis) );
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_bar/
H A Dhorizbarex3.php23 $graph->xaxis->SetPos('min');
34 $graph->xaxis->SetTickLabels($datax);
35 $graph->xaxis->SetFont(FF_FONT2, FS_BOLD, 12);
38 $graph->xaxis->SetLabelMargin(5);
41 $graph->xaxis->SetLabelAlign('right', 'center');
H A Dbargradex6.php25 $graph->xaxis->SetFont(FF_VERDANA, FS_NORMAL, 10);
32 $graph->xaxis->SetTickLabels($datax);
33 $graph->xaxis->SetLabelAngle(50);
36 $graph->xaxis->SetPos("min"); // "min" will position the x-axis at the minimum value of the Y-axis
H A Dbargradex2.php25 $graph->xaxis->SetFont(FF_VERDANA, FS_NORMAL, 12);
26 $graph->xaxis->SetColor("black", "red");
33 $graph->xaxis->SetTickLabels($datax);
34 $graph->xaxis->SetLabelAngle(50);
H A Dbargradex3.php25 $graph->xaxis->SetFont(FF_VERDANA, FS_NORMAL, 10);
32 $graph->xaxis->SetTickLabels($datax);
33 $graph->xaxis->SetLabelAngle(50);
36 $graph->xaxis->SetPos("min"); // "min" will position the x-axis at the minimum value of the Y-axis
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_quaternion.cpp119 m[0][0] = plane1.xaxis.x*plane0.xaxis.x in SetRotation()
122 m[0][1] = plane1.xaxis.x*plane0.xaxis.y in SetRotation()
125 m[0][2] = plane1.xaxis.x*plane0.xaxis.z in SetRotation()
128 m[1][0] = plane1.xaxis.y*plane0.xaxis.x in SetRotation()
131 m[1][1] = plane1.xaxis.y*plane0.xaxis.y in SetRotation()
134 m[1][2] = plane1.xaxis.y*plane0.xaxis.z in SetRotation()
137 m[2][0] = plane1.xaxis.z*plane0.xaxis.x in SetRotation()
140 m[2][1] = plane1.xaxis.z*plane0.xaxis.y in SetRotation()
143 m[2][2] = plane1.xaxis.z*plane0.xaxis.z in SetRotation()
290 plane.xaxis.y = 2.0*(a*d + b*c); in GetRotation()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Dspine_placement_demo.py28 ax.xaxis.set_ticks_position('bottom')
38 ax.xaxis.set_ticks_position('bottom')
48 ax.xaxis.set_ticks_position('bottom')
58 ax.xaxis.set_ticks_position('bottom')
80 ax.xaxis.set_ticks_position('bottom')
83 ax.xaxis.set_ticks([])
/dports/math/py-unyt/unyt-2.8.0/unyt/tests/
H A Dtest_mpl_interface.py37 assert ax.xaxis.get_label().get_text() == expected_xlabel
84 ax.xaxis.callbacks.exception_handler = None
92 ax.xaxis.set_units("V")
102 assert ax.xaxis.get_label().get_text() == expected_xlabel
114 assert ax.xaxis.get_label().get_text() == expected_xlabel
178 assert ax.xaxis.get_label().get_text() == expected_xlabel
186 assert ax.xaxis.get_label().get_text() == expected_xlabel
193 assert ax.xaxis.get_label().get_text() == expected_xlabel
205 assert ax.xaxis.get_label().get_text() == expected_xlabel
231 xlabel = subplot.xaxis.get_label().get_text()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_digest_nnkp.F9094 real(dp) :: xaxis(3) ! Defines the axis from which the local
238 & (xaxis(i), i = 1, 3), &
242 xnorm = sqrt(xaxis(1)*xaxis(1) + xaxis(2)*xaxis(2) + xaxis(3)*xaxis(3))
247 coseno = (xaxis(1)*zaxis(1) + xaxis(2)*zaxis(2) + xaxis(3)*zaxis(3)) / &
264 projections(iw)%xaxis = xaxis
266 projections(iw)%yaxis = vectorproduct(zaxis,xaxis)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/
H A D_base.py543 if self.xaxis is not None:
619 self.xaxis = maxis.XAxis(self)
1013 self.xaxis.cla()
1025 self.xaxis.major = self._sharex.xaxis.major
1026 self.xaxis.minor = self._sharex.xaxis.minor
1030 self._sharex.xaxis.get_scale(), self.xaxis)
1826 return self.xaxis
3654 self.xaxis.axis_date(tz)
4118 children.append(self.xaxis)
4283 ax2.xaxis.tick_top()
[all …]
/dports/graphics/xfractint/xfractint-20.04p16/pars/
H A DTest.par14 reset type=magnet2m passes=t symmetry=xaxis
20 reset type=magnet2m passes=t symmetry=xaxis
26 reset type=magnet2m passes=t symmetry=xaxis
32 reset type=lambdafn function=exp symmetry=xaxis
38 reset type=lambdafn function=exp symmetry=xaxis
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/themes/
H A DUniversalTheme.php60 $graph->xaxis->title->SetColor($this->font_color);
61 $graph->xaxis->SetColor($this->axis_color, $this->font_color);
62 $graph->xaxis->SetTickSide(SIDE_BOTTOM);
63 $graph->xaxis->SetLabelMargin(10);
64 $graph->xaxis->HideTicks();
65 $graph->xaxis->SetTitleMargin(15);
/dports/astro/py-astropy/astropy-5.0/astropy/visualization/tests/
H A Dtest_time.py122 assert get_ticklabels(ax.xaxis) == expected
156 assert get_ticklabels(ax.xaxis) == expected
171 assert get_ticklabels(ax.xaxis) == expected
191 assert get_ticklabels(ax.xaxis) == expected
216 assert get_ticklabels(ax.xaxis) == ['2020', '2040', '2060']
222 assert get_ticklabels(ax.xaxis) == ['2020-01-01 00:00:00.000',
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/themes/
H A DUniversalTheme.class.php57 $graph->xaxis->title->SetColor($this->font_color);
58 $graph->xaxis->SetColor($this->axis_color, $this->font_color);
59 $graph->xaxis->SetTickSide(SIDE_BOTTOM);
60 $graph->xaxis->SetLabelMargin(10);
61 $graph->xaxis->HideTicks();
62 $graph->xaxis->SetTitleMargin(15);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/
H A DSpatialUniqueDiffusionCoefficientsCheck.cpp84 map<string, string> xaxis, yaxis, zaxis, xyplane, xzplane, yzplane; in check_() local
104 … if (addVariableToAxisAndCheck(xaxis, var, difftype, "X axis", xyplane, xzplane, diff, m)) break; in check_()
112 addVariableToAxisAndCheck(xaxis, var, difftype, "X axis", xyplane, xzplane, diff, m); in check_()
128 addVariableToPlaneAndCheck(xyplane, var, difftype, "XY plane", xaxis, yaxis, diff, m); in check_()
131 addVariableToPlaneAndCheck(xzplane, var, difftype, "XZ plane", xaxis, zaxis, diff, m); in check_()
139 addVariableToPlaneAndCheck(xyplane, var, difftype, "XY plane", xaxis, yaxis, diff, m); in check_()
150 addVariableToPlaneAndCheck(xzplane, var, difftype, "XZ plane", xaxis, zaxis, diff, m); in check_()

12345678910>>...93