Revision: 7800
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7800&view=rev
Author: vargenau
Date: 2011-01-04 11:25:32 +0000 (Tue, 04 Jan 2011)
Log Message:
-----------
Use Mediawiki table for arguments
Modified Paths:
--------------
trunk/pgsrc/Help%2FPloticusPlugin
Modified: trunk/pgsrc/Help%2FPloticusPlugin
===================================================================
--- trunk/pgsrc/Help%2FPloticusPlugin 2011-01-04 11:05:56 UTC (rev 7799)
+++ trunk/pgsrc/Help%2FPloticusPlugin 2011-01-04 11:25:32 UTC (rev 7800)
@@ -1,4 +1,4 @@
-Date: Thu, 9 Dec 2010 14:51:45 +0000
+Date: Tue, 4 Jan 2011 12:22:49 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -8,7 +8,7 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-The **Ploticus** [[Help:WikiPlugin|plugin]] passes all its arguments to the ploticus
+The **Ploticus** [[Help:WikiPlugin|plugin]] passes all its arguments to the Ploticus
binary and displays the result as PNG, GIF, EPS, SVG, SVGZ or SWF.
Ploticus is a free, GPL, non-interactive software package
for producing plots, charts, and graphics from data.
@@ -33,28 +33,46 @@
>>
}}}
-TODO: ~PloticusSql - create intermediate data from SQL. Similar to [SqlResult|Help:SqlResultPlugin],
+TODO: ~PloticusSql - create intermediate data from SQL. Similar to [[Help:SqlResultPlugin|SqlResult]] plugin,
just in graphic form.
For example to produce nice looking pagehit statistics or ratings statistics.
Ploticus has its own sql support within #getproc data, but this would expose security information.
== Arguments ==
-__device__: |
- gif, png, jpeg, svg, svgz, eps, swf. Any -T parameter supported by ploticus. Default: png
-__data__: |
- optionally add data by <!plugin-list !> pagelist plugins. See [WikiPlugin|Help:WikiPlugin]
-__alt__: |
- alt text for the image
-__-prefab__: |
- use the given prefab script (may need PLOTICUS_PREFABS)
-__-csmap__: |
- If a clickable map should be produced (not yet tested)
- passed to ploticus as -csmap -mapfile $tempfile.map
-__help__: |
- Show a help screen
-All other arguments are used as source to ploticus.
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **device**
+| gif, png, jpeg, svg, svgz, eps, swf. Any -T parameter supported by Ploticus.
+| png
+|-
+| **data**
+| optionally add data by <!plugin-list !> pagelist plugins. See [[Help:WikiPlugin]]
+|
+|-
+| **alt**
+| alt text for the image
+|
+|-
+| **~-prefab**
+| use the given prefab script (may need PLOTICUS_PREFABS)
+|
+|-
+| **~-csmap**
+| If a clickable map should be produced (not yet tested) passed to Ploticus as -csmap -mapfile $tempfile.map
+|
+|-
+| **help**
+| Show a help screen
+|
+|}
+All other arguments are used as source to Ploticus.
+
== Known Problems ==
For Windows you need either a gd library with GIF support or
@@ -70,7 +88,7 @@
prefabs need the environment variable PLOTICUS_PREFABS. Default: /usr/share/ploticus.
Maybe also set by the config variable PLOTICUS_PREFABS.
-See also [WikiPluginCached|Help:WikiPluginCached] options in config.ini.
+See also [[Help:WikiPluginCached]] options in config.ini.
== Examples ==
@@ -106,7 +124,7 @@
labelfarout: 1.05
>>
-The pie chart above was produced by this code from the ploticus
+The pie chart above was produced by this code from the Ploticus
testsuite:
{{{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|