goffice r2164 - in trunk: . pixmaps plugins/plot_surface
- From: jbrefort svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2164 - in trunk: . pixmaps plugins/plot_surface
- Date: Sun, 3 Aug 2008 08:36:18 +0000 (UTC)
Author: jbrefort
Date: Sun Aug 3 08:36:18 2008
New Revision: 2164
URL: http://svn.gnome.org/viewvc/goffice?rev=2164&view=rev
Log:
2008-08-03 Jean Brefort <jean brefort normalesup org>
* pixmaps/Makefile.am: create a new contour plots family.
* pixmaps/contour.xpm: ditto.
* plugins/plot_surface/plot-types.xml.in: ditto.
Added:
trunk/pixmaps/contour.xpm
Modified:
trunk/ChangeLog
trunk/pixmaps/Makefile.am
trunk/plugins/plot_surface/plot-types.xml.in
Modified: trunk/pixmaps/Makefile.am
==============================================================================
--- trunk/pixmaps/Makefile.am (original)
+++ trunk/pixmaps/Makefile.am Sun Aug 3 08:36:18 2008
@@ -48,6 +48,7 @@
bubble.xpm \
color.xpm \
column.xpm \
+ contour.xpm \
doughnut.xpm \
dropbar.xpm \
hist.xpm \
Added: trunk/pixmaps/contour.xpm
==============================================================================
--- (empty file)
+++ trunk/pixmaps/contour.xpm Sun Aug 3 08:36:18 2008
@@ -0,0 +1,26 @@
+/* XPM */
+static char * contour_xpm[] = {
+"18 18 5 1",
+" c None",
+". c #000000",
+"+ c #FF0000",
+"@ c #FFFF00",
+"# c #008400",
+" ",
+" ................ ",
+" .+++++.@@@@@@@@. ",
+" .+++++.@@@@@@@@. ",
+" .+++++.@@@@@@@@. ",
+" .+++++.@@@@@@@@. ",
+" .++++.@@@@@@@... ",
+" .++..@@@@@@..##. ",
+" ....@@@@@..####. ",
+" .@@@@@@@@.#####. ",
+" .@@@@@@@..#####. ",
+" .@@@@@@@.######. ",
+" .@@@@@@@.######. ",
+" .@@@@@@..######. ",
+" .@@@@..########. ",
+" .@@...#########. ",
+" ................ ",
+" "};
Modified: trunk/plugins/plot_surface/plot-types.xml.in
==============================================================================
--- trunk/plugins/plot_surface/plot-types.xml.in (original)
+++ trunk/plugins/plot_surface/plot-types.xml.in Sun Aug 3 08:36:18 2008
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
- <Family _name="Surface" sample_image_file="surface.xpm" axis_set="pseudo-3d"/>
+ <Family _name="Contour" sample_image_file="contour.xpm" axis_set="pseudo-3d"/>
+ <Family _name="Surface" sample_image_file="surface.xpm" axis_set="xyz"/>
<Type _name="Contour" row="1" col="1"
- engine="GogContourPlot" family="Surface"
+ engine="GogContourPlot" family="Contour"
_description="Contour plot."
sample_image_file="chart_contour_1_1.png">
</Type>
- <Type _name="Surface" row="2" col="1"
+ <Type _name="Surface" row="1" col="1"
engine="GogSurfacePlot" family="Surface"
_description="Surface plot."
sample_image_file="chart_surface_2_1.png">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]