Home
last modified time | relevance | path

Searched refs:plot_info (Results 1 – 8 of 8) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_GraphicsGeneral.py40 plot_info = []
51 plot_info.append(cur_list)
52 return plot_info
H A Dtest_GraphicsBitmaps.py75 plot_info = []
85 plot_info.append(cur_list)
88 compare_plot.display_info = plot_info
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/
H A Dhtml_connectome.py213 plot_info = {"connectome": connectome_info}
216 plot_info[hemi] = mesh_to_plotly(mesh[hemi])
217 as_json = json.dumps(plot_info)
/dports/graphics/argyllcms/Argyll_V1.9.2/plot/
H A Dplot.c110 }; typedef struct _plot_info plot_info; typedef
113 static plot_info pd;
939 void DoPlot(HDC hdc, plot_info *pd);
1059 plot_info *p in DoPlot()
1632 plot_info *pdp, in xtick()
1651 plot_info *pdp, in ytick()
1669 plot_info *pdp, in loose_label()
2107 plot_info *pdp, in xtick()
2125 plot_info *pdp, in ytick()
2142 plot_info *pdp, in loose_label()
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/ensemble/
H A Dplot_gradient_boosting_categorical.py179 plot_info = [
185 for key, title, ax, y_limit in plot_info:
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotpolar.c83 GtkTypeInfo plot_info = in gtk_plot_polar_get_type() local
95 plot_type = gtk_type_unique (gtk_plot_get_type(), &plot_info); in gtk_plot_polar_get_type()
H A Dgtkplot3d.c116 GtkTypeInfo plot_info = in gtk_plot3d_get_type() local
128 plot_type = gtk_type_unique (gtk_plot_get_type(), &plot_info); in gtk_plot3d_get_type()
H A Dgtkplot.c236 GtkTypeInfo plot_info = in gtk_plot_get_type() local
248 plot_type = gtk_type_unique (GTK_TYPE_MISC, &plot_info); in gtk_plot_get_type()