Home
last modified time | relevance | path

Searched refs:P1PLOT (Results 1 – 12 of 12) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A DscatterplotClass.c88 case P1PLOT: in setShowAxesOption()
123 case P1PLOT: in varpanelRefresh()
221 case P1PLOT: in variableSelect()
1036 case P1PLOT: in plotted()
1113 case P1PLOT: in varpanelTooltipsReset()
1187 case P1PLOT: in plottedVarsGet()
1241 case P1PLOT: in treeLabel()
1284 case P1PLOT: in worldToPlane()
1321 case P1PLOT: in drawCase()
1391 case P1PLOT: in drawEdge()
[all …]
H A Dp1d.c62 pnl = mode_panel_get_by_name (GGOBI (getPModeName) (P1PLOT), gg); in p1d_activate()
204 scatterplot_show_rulers (display, P1PLOT); in p1d_varsel()
H A Dp1d_ui.c169 panel->name = g_strdup (GGOBI (getPModeName) (P1PLOT)); in cpanel_p1dplot_make()
306 pnl = mode_panel_get_by_name (GGOBI (getPModeName) (P1PLOT), gg); in cpanel_p1d_set()
H A Ddefines.h84 P1PLOT, /* d, D */ enumerator
H A Dmake_ggobi.c219 gg->pmode = (d->ncols == 1) ? P1PLOT : XYPLOT; in start_ggobi()
H A Dmain_ui.c482 case P1PLOT: in imode_activate()
532 case P1PLOT: in imode_activate()
590 case P1PLOT: in projection_ok()
1013 "View a 1D plot of the data", P1PLOT},
H A Dscatterplot.c76 case P1PLOT: in scatterplot_show_rulers()
288 projection = (d->ncols >= 2) ? XYPLOT : P1PLOT; in createScatterplot()
H A Dsplot.c215 case P1PLOT: in sp_event_handlers_toggle()
H A Dwin32_draw.c380 (pmode_get(display, gg) == P1PLOT && cpanel->p1d.type == ASH && in win32_draw_to_pixmap_unbinned()
H A Dlineedit.c516 case P1PLOT: in pt_plane_to_world()
H A Dsp_plot.c441 cpanel->pmode == P1PLOT || in splot_add_plot_labels()
/dports/math/ggobi/ggobi-2.1.11/plugins/DescribeDisplay/
H A Ddspd_cbacks.c288 if (projection == P1PLOT) { in describe_scatterplot_plot()
309 if (projection == P1PLOT) { in describe_scatterplot_plot()
394 if (projection == P1PLOT) { in describe_scatterplot_plot()
727 projection = (sp->p1dvar != -1) ? P1PLOT : XYPLOT; in describe_scatmat_display()
763 describe_scatterplot_plot (fp, gg, display, sp, desc, P1PLOT); in describe_parcoords_display()