Home
last modified time | relevance | path

Searched refs:xaxis (Results 226 – 250 of 2303) sorted by relevance

12345678910>>...93

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/
H A Dplot.py49 xaxis = [ntimestep] variable
57 gn.plot(xaxis,yaxis)
67 xaxis.append(ntimestep)
69 if me == 0: gn.plot(xaxis,yaxis)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_line/
H A Dstaticlinebarex1.php25 $graph->xaxis->SetTickSide(SIDE_DOWN);
38 $graph->xaxis->SetPos("min");
48 $graph->xaxis->title->Set("X-title");
52 $graph->xaxis->title->SetFont(FF_ARIAL, FS_BOLD, 11);
H A Dlinebarex1.php47 $graph->xaxis->SetTextTickInterval(6);
48 $graph->xaxis->SetTextLabelInterval(2);
49 $graph->xaxis->SetTickLabels($databarx);
50 $graph->xaxis->SetLabelAngle(90);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/Examples/
H A Dhorizbarex2.php30 $graph->xaxis->SetTickLabels($datax);
31 $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,12);
34 $graph->xaxis->SetLabelMargin(5);
37 $graph->xaxis->SetLabelAlign('right','center');
H A Dlinebarex1.php50 $graph->xaxis->SetTextTickInterval(6);
51 $graph->xaxis->SetTextLabelInterval(2);
52 $graph->xaxis->SetTickLabels($databarx);
53 $graph->xaxis->SetLabelAngle(90);
H A Dbartutex12.php58 $graph->xaxis->SetTextTickInterval(6);
61 $graph->xaxis->SetTextLabelInterval(2);
64 $graph->xaxis->SetTickLabels($databarx);
65 $graph->xaxis->SetLabelAngle(90);
H A Dstaticbandbarex4.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
53 $graph->xaxis->title->Set("X-title");
57 $graph->xaxis->title->SetFont(FF_ARIAL,FS_BOLD,11);
H A Dstaticbandbarex3.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
51 $graph->xaxis->title->Set("X-title");
55 $graph->xaxis->title->SetFont(FF_ARIAL,FS_BOLD,11);
H A Dhorizbarex6.php38 $graph->xaxis->SetTickLabels($datax);
39 $graph->xaxis->SetFont(FF_VERDANA,FS_NORMAL,8);
42 $graph->xaxis->SetLabelMargin(10);
45 $graph->xaxis->SetLabelAlign('right','center');
H A Dexampleex9.php38 $graph->xaxis->title->Set("X-title");
43 $graph->xaxis->title->SetFont(FF_FONT1,FS_BOLD);
58 $graph->xaxis->SetTickLabels($datax);
59 $graph->xaxis->SetTextTickInterval(2);
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/
H A Dplot.py50 xaxis = [ntimestep] variable
58 gn.plot(xaxis,yaxis)
68 xaxis.append(ntimestep)
70 if me == 0: gn.plot(xaxis,yaxis)
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Dmajor_minor_demo.py52 ax.xaxis.set_major_locator(majorLocator)
53 ax.xaxis.set_major_formatter(majorFormatter)
56 ax.xaxis.set_minor_locator(minorLocator)
81 ax.xaxis.set_minor_locator(minorLocator)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Dmajor_minor_demo.py52 ax.xaxis.set_major_locator(majorLocator)
53 ax.xaxis.set_major_formatter(majorFormatter)
56 ax.xaxis.set_minor_locator(minorLocator)
81 ax.xaxis.set_minor_locator(minorLocator)
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dbrixplugin.cpp70 xaxis[3], yaxis[3], zaxis[3], z1, z2, z3; in open_brix_read() local
155 xaxis[0] = cell_x / grid_x; in open_brix_read()
156 xaxis[1] = 0; in open_brix_read()
157 xaxis[2] = 0; in open_brix_read()
170 brix->vol[0].origin[0] = xaxis[0] * org_x + yaxis[0] * org_y + in open_brix_read()
175 brix->vol[0].xaxis[0] = xaxis[0] * (ext_x - 1); in open_brix_read()
176 brix->vol[0].xaxis[1] = 0; in open_brix_read()
177 brix->vol[0].xaxis[2] = 0; in open_brix_read()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/bill/
H A Dhistoricbits.inc.php83 $graph->xaxis->SetFont(FF_FONT1, FS_BOLD);
84 $graph->xaxis->SetPos('min');
85 $graph->xaxis->SetTitleMargin(30);
86 $graph->xaxis->title->Set(' ');
87 $graph->xaxis->SetTextLabelInterval(2);
88 $graph->xaxis->SetLabelFormatCallback('TimeCallBack');
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/manifold/
H A Dplot_t_sne_perplexity.py52 ax.xaxis.set_major_formatter(NullFormatter())
74 ax.xaxis.set_major_formatter(NullFormatter())
83 ax.xaxis.set_major_formatter(NullFormatter())
104 ax.xaxis.set_major_formatter(NullFormatter())
121 ax.xaxis.set_major_formatter(NullFormatter())
142 ax.xaxis.set_major_formatter(NullFormatter())
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_staticband/
H A Dstaticbandbarex3.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
51 $graph->xaxis->title->Set("X-title");
55 $graph->xaxis->title->SetFont(FF_ARIAL, FS_BOLD, 11);
H A Dstaticbandbarex4.php24 $graph->xaxis->SetTickSide(SIDE_DOWN);
36 $graph->xaxis->SetPos("min");
53 $graph->xaxis->title->Set("X-title");
57 $graph->xaxis->title->SetFont(FF_ARIAL, FS_BOLD, 11);
H A Dstaticbandbarex7.php26 $graph->xaxis->SetTickSide(SIDE_DOWN);
39 $graph->xaxis->SetPos("min");
55 $graph->xaxis->title->Set("X-title");
59 $graph->xaxis->title->SetFont(FF_ARIAL, FS_BOLD, 11);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_bar/
H A Dhorizbarex2.php31 $graph->xaxis->SetTickLabels($datax);
32 $graph->xaxis->SetFont(FF_VERDANA, FS_NORMAL, 12);
35 $graph->xaxis->SetLabelMargin(5);
38 $graph->xaxis->SetLabelAlign('right', 'center');
H A Dbarscalecallbackex1.php37 $graph->xaxis->SetTickLabels($a);
38 $graph->xaxis->SetFont(FF_FONT2);
43 $graph->xaxis->title->Set('Year 2002');
44 $graph->xaxis->title->SetFont(FF_FONT2, FS_BOLD);
/dports/math/ploticus-nox11/pl240src/prefabs/
H A Dheatmap.pl-95 #if @xaxis != "none"
96 xaxis.stubs: usecategories
97 #ifspec xlbl xaxis.label
98 #ifspec xlbldet xaxis.labeldetails
99 #ifspec stubfmt xaxis.stubformat
100 #ifspec xstubfmt xaxis.stubformat
101 #ifspec stubvert xaxis.stubvert
102 #ifspec xgrid xaxis.grid
/dports/math/ploticus/pl240src/prefabs/
H A Dheatmap.pl-95 #if @xaxis != "none"
96 xaxis.stubs: usecategories
97 #ifspec xlbl xaxis.label
98 #ifspec xlbldet xaxis.labeldetails
99 #ifspec stubfmt xaxis.stubformat
100 #ifspec xstubfmt xaxis.stubformat
101 #ifspec stubvert xaxis.stubvert
102 #ifspec xgrid xaxis.grid
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/input/
H A DJInputController.java73 private int xaxis = -1; field in JInputController
125 xaxis = axesCount; in JInputController()
253 if (axisIndex == xaxis) { in poll()
262 axisIndex == xaxis,axisIndex == yaxis,xaxisValue,yaxisValue)); in poll()
293 if (xaxis == -1) { in getXAxisValue()
297 return getAxisValue(xaxis); in getXAxisValue()
315 if (xaxis == -1) { in getXAxisDeadZone()
319 return getDeadZone(xaxis); in getXAxisDeadZone()
337 setDeadZone(xaxis,zone); in setXAxisDeadZone()
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A Dchart.StackedBar.R95 ….axis=0.8, cex.legend = 0.8, cex.lab = 1, cex.labels = 0.8, cex.main = 1, xaxis=TRUE, legend.loc="… argument
101 …gend, cex.lab = cex.lab, cex.labels = cex.labels, cex.main = cex.main, xaxis=xaxis, legend.loc=leg…
103 …gend, cex.lab = cex.lab, cex.labels = cex.labels, cex.main = cex.main, xaxis=xaxis, legend.loc=leg…
108 ….axis=0.8, cex.legend = 0.8, cex.lab = 1, cex.labels = 0.8, cex.main = 1, xaxis=TRUE, legend.loc="… argument
171 if (xaxis) {
204 ….axis=0.8, cex.legend = 0.8, cex.lab = 1, cex.labels = 0.8, cex.main = 1, xaxis=TRUE, legend.loc="… argument
267 if (xaxis) {

12345678910>>...93