Le lundi 14 avril 2008 à 12:42 +0200, Antonio Álvarez Feijoo a écrit : > Hello, > > I have been looking for "plot names" that can be used as a parameter of > the function *gog_plot_new_by_name*, but I only have found these three: > > GogPiePlot > GogRadarPlot > GogBarColPlot > > Does anybody knows all the plot names? And.. is it GogSeries used to > insert the data to all the charts? > > Regards. >
grep "plot_engine" /usr/lib/goffice/0.6.2/plugins/*/plugin.xml /usr/lib/goffice/0.6.2/plugins/plot_barcol/plugin.xml: <service type="plot_engine" id="GogLinePlot"> /usr/lib/goffice/0.6.2/plugins/plot_barcol/plugin.xml: <service type="plot_engine" id="GogAreaPlot"> /usr/lib/goffice/0.6.2/plugins/plot_barcol/plugin.xml: <service type="plot_engine" id="GogBarColPlot"> /usr/lib/goffice/0.6.2/plugins/plot_barcol/plugin.xml: <service type="plot_engine" id="GogDropBarPlot"> /usr/lib/goffice/0.6.2/plugins/plot_barcol/plugin.xml: <service type="plot_engine" id="GogMinMaxPlot"> /usr/lib/goffice/0.6.2/plugins/plot_boxes/plugin.xml: <service type="plot_engine" id="GogBoxPlot"> /usr/lib/goffice/0.6.2/plugins/plot_boxes/plugin.xml: <service type="plot_engine" id="GogHistogramPlot"> /usr/lib/goffice/0.6.2/plugins/plot_pie/plugin.xml: <service type="plot_engine" id="GogRingPlot"> /usr/lib/goffice/0.6.2/plugins/plot_pie/plugin.xml: <service type="plot_engine" id="GogPiePlot"> /usr/lib/goffice/0.6.2/plugins/plot_radar/plugin.xml: <service type="plot_engine" id="GogRadarPlot"> /usr/lib/goffice/0.6.2/plugins/plot_radar/plugin.xml: <service type="plot_engine" id="GogRadarAreaPlot"> /usr/lib/goffice/0.6.2/plugins/plot_radar/plugin.xml: <service type="plot_engine" id="GogPolarPlot"> /usr/lib/goffice/0.6.2/plugins/plot_surface/plugin.xml: <service type="plot_engine" id="GogContourPlot"> /usr/lib/goffice/0.6.2/plugins/plot_surface/plugin.xml: <service type="plot_engine" id="XLContourPlot"> /usr/lib/goffice/0.6.2/plugins/plot_xy/plugin.xml: <service type="plot_engine" id="GogXYPlot"> /usr/lib/goffice/0.6.2/plugins/plot_xy/plugin.xml: <service type="plot_engine" id="GogBubblePlot"> /usr/lib/goffice/0.6.2/plugins/plot_xy/plugin.xml: <service type="plot_engine" id="GogXYColorPlot"> You shouldn't use XLContourPlot which is just there for xls compatibility. Al plot types use GogSeries. Regards, Jean _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
