Home
last modified time | relevance | path

Searched refs:show_axes (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/py-sympy/sympy-1.9/sympy/physics/control/
H A Dcontrol_plots.py192 if show_axes:
343 if show_axes:
494 if show_axes:
658 if show_axes:
735 color='b', show_axes=False, grid=True, show=True, **kwargs): argument
752 if show_axes:
829 color='b', show_axes=False, grid=True, show=True, **kwargs): argument
846 if show_axes:
857 grid=True, show_axes=False, show=True, **kwargs): argument
904 show=False, grid=grid, show_axes=show_axes,
[all …]
/dports/audio/snd/snd-21.2/
H A Dsnd-menu.c113 set_sensitive(view_no_axes_menu, show_axes(ss) != SHOW_NO_AXES); in view_menu_update()
114 set_sensitive(view_just_x_axis_menu, show_axes(ss) != SHOW_X_AXIS); in view_menu_update()
115 set_sensitive(view_just_x_axis_unlabelled_menu, show_axes(ss) != SHOW_X_AXIS_UNLABELLED); in view_menu_update()
116 set_sensitive(view_all_axes_menu, show_axes(ss) != SHOW_ALL_AXES); in view_menu_update()
117 set_sensitive(view_all_axes_unlabelled_menu, show_axes(ss) != SHOW_ALL_AXES_UNLABELLED); in view_menu_update()
118 set_sensitive(view_bare_x_axis_menu, show_axes(ss) != SHOW_BARE_X_AXIS); in view_menu_update()
H A Dsnd-chn.c22 show_axes_t show_axes;
268 cp->show_axes = (show_axes_t)value;
270 cp->lisp_info->show_axes = cp->show_axes;
3934 up->show_axes = cp->show_axes;
4042 cp->show_axes);
4103 cp->show_axes);
4184 up->show_axes);
6030 if ((cp->show_axes == SHOW_X_AXIS) || (cp->show_axes == SHOW_X_AXIS_UNLABELLED))
9196 cp->lisp_info->show_axes = cp->show_axes;
9197 if (Xen_is_integer(show_axes))
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/example/
H A Dexample5.cpp34 int show_axes = 1; variable
270 if ( show_axes ) in myGlutDisplay()
281 if ( show_axes ) in myGlutDisplay()
427 new GLUI_Checkbox( options, "Draw axes", &show_axes ); in main()
/dports/devel/glui/glui-2.36/src/example/
H A Dexample5.cpp34 int show_axes = 1; variable
270 if ( show_axes ) in myGlutDisplay()
281 if ( show_axes ) in myGlutDisplay()
427 new GLUI_Checkbox( options, "Draw axes", &show_axes ); in main()
/dports/math/curv/curv-0.5/ideas/sketches/poly/
H A Dtri6 //>> show_axes
/dports/math/curv/curv-0.5/ideas/sketches/blend/
H A Dmin.curv7 >> show_axes
/dports/math/curv/curv-0.5/examples/
H A Dplot.curv5 } >> show_axes;
/dports/math/py-yt/yt-4.0.1/doc/source/cookbook/
H A Dshow_hide_axes_colorbar.py13 slc.show_axes()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_toolbar.erl112 make_button(show_groundplane, toggle), make_button(show_axes, toggle)].
129 show_groundplane,show_axes],
138 icon_name(show_axes) -> axes;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/resources/
H A Dresources.qrc10 <file>show_axes.png</file>
/dports/math/curv/curv-0.5/ideas/sketches/
H A Dsharp_gyroid.curv7 } >> show_axes;
/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc366 show_axes=false; in update_infos()
465 show_axes=optvalue.val; in update_infos()
1305 show_axes(hp_?giac::show_axes(hp_->contextptr):1),show_names(1), in Graph2d3d()
1336 show_axes(hp_?giac::show_axes(hp_->contextptr):1),show_names(1), in Graph2d3d()
1988 c2->value(show_axes); in config()
2204 show_axes=c2->value(); in config()
2540 show_axes = b; in set_axes()
2581 show_axes=gr.show_axes; in copy()
5401 if (show_axes>=1){ in in_draw()
5615 if (show_axes){ in in_draw()
[all …]
H A Dopengl.cc212 show_axes=false; in update_infos()
260 show_axes=optvalue.val; in update_infos()
313 show_axes=optvalue.val; in update_infos()
707 show_axes(1),show_names(1), in Opengl()
729 show_axes(1),show_names(1), in Opengl()
952 show_axes = b; in set_axes()
963 show_axes=gr.show_axes; in copy()
3281 if (show_axes){ in display()
3291 if (show_axes){ in display()
3314 if (show_axes){ in display()
[all …]
H A DGraph3d.cc1878 if (show_axes || triedre){ in display()
1886 if (show_axes){ in display()
1894 if (show_axes && !printing){ in display()
1908 if (show_axes || triedre){ in display()
1916 if (show_axes){ in display()
1924 if (show_axes && !printing){ in display()
1938 if (show_axes || triedre){ in display()
1946 if (show_axes){ in display()
1954 if (show_axes && !printing){ in display()
1966 if(show_axes){ // maillage in display()
[all …]
H A Dopengl.h112 int show_axes,show_names; variable
/dports/math/curv/curv-0.5/ideas/sketches/doodles/
H A Dhalf_plane.curv14 hp([0,0],[1,1]) >> show_axes
/dports/graphics/ipe/ipe-7.2.23/src/ipe/lua/
H A Dshortcuts.lua113 show_axes = "Ctrl+F1",
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A D3DBed.hpp116 bool show_axes, bool show_texture) const;
H A D3DBed.cpp251 bool show_axes, bool show_texture) const in render() argument
255 if (show_axes) in render()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dhyper.c87 static Bool show_axes; variable
106 {(void *) & show_axes, (char *) "showAxes", (char *) "ShowAxes", (char *) "True", t_Bool},
164 int show_axes; member
583 hp->show_axes = show_axes; in figure_axis_points()
877 if (hp->show_axes) { in draw_hyper_step()
/dports/math/curv/curv-0.5/docs/shapes/
H A DDebug.rst3 ``show_axes shape``
/dports/math/curv/curv-0.5/ideas/talks/
H A DStarTalk139 >> show_axes
151 //>> show_axes
/dports/math/py-yt/yt-4.0.1/yt/visualization/tests/
H A Dtest_profile_plots.py350 plot.show_axes()
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dplot_container.py887 def show_axes(self, field=None): member in PlotContainer
902 self.plots[f].show_axes()

123