%GNUPLOT{"PlotName"}% anywhere in the page where you want the plot to appear and save the topic
Pre-rendered sample (MultigraphWithErrorbars):
|
Plugin (MultigraphWithErrorbars): GnuPlotPlugin Error: Cannot display the plot because the image file (MultigraphWithErrorbars?.png) has zero size. With a bit of luck the reason for this will be shown below. Gnuplot Error:
gnuplot> set term gif
^
"/tmp/MultigraphWithErrorbars.gnu", line 4: unknown or ambiguous terminal type; type just 'set terminal' for a list
|
Verbatim (MultigraphWithErrorbars):
%GNUPLOT{"MultigraphWithErrorbars"}%
Plot settings:
set title "MultigraphWithErrorbars"
set xlabel "X Axis Label"
set ylabel "Y Axis Label"
set term gif
set data style lp
set terminal png
plot [.8:4.2] "MultigraphWithErrorbarsData.data" using 1:2 t "Curve Title", \
"MultigraphWithErrorbarsData.data" using 1:2:3:4 notitle with errorbars ps 0, \
"MultigraphWithErrorbarsData.data" using 1:5 t "Other Curve", \
"MultigraphWithErrorbarsData.data" using 1:5:6:7 notitle with errorbars ps 0
|
set terminal png size 350,280 line into something larger (i.e. 1000,1000).
data/debug.txt)
GnuPlotPlugin.zip in your twiki installation directory. | File: | Description: |
|---|---|
data/TWiki/GnuPlotPlugin.txt | Plugin topic |
data/TWiki/GnuPlotPlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/GnuPlotPlugin.pm | Plugin Perl module |
lib/TWiki/Plugins/GnuPlotPlugin/Plot.pm | Perl module responsible for rendering the plot area |
lib/TWiki/Plugins/GnuPlotPlugin/PlotSettings.pm | Perl module responsible for managing the settings |
| Plugin Author: | TWiki:Main.AbieSwanepoel |
| Plugin Version: | 19 Apr 2006: (V1.020) |
| Change History: | |
| 19 Apr 2006: | Fixed anchors, added 3D examples, added png size option (TWiki:Main.SteffenPoulsen) |
| 17 Apr 2006: | Doc update, changed working dir to ATTACHURLPATH (TWiki:Main.SteffenPoulsen) |
| 27 Jan 2006: | Initial version |
| TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
| CPAN Dependencies: | none |
| Other Dependencies: | GnuPlot (available from http://www.gnuplot.info) with support for a PNG terminal |
| Perl Version: | 5.005 |
| License: | GPL ( GNU General Public License) |
| Benchmarks: | GoodStyle 100%, FormattedSearch 100%, GnuPlotPlugin 100% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/GnuPlotPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/GnuPlotPluginDev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/GnuPlotPluginAppraisal |
| I | Attachment | Action | Size | Date | Who | Comment |
|---|---|---|---|---|---|---|
| | TestInstallSample.png | manage | 9.1 K | 25 Apr 2006 - 16:51 | TWikiAdminGroup | Saved by install script |
| | DampedSinus.gnu | manage | 0.1 K | 25 Apr 2006 - 16:51 | TWikiAdminGroup | Saved by install script |
| | DampedSinusSample.png | manage | 9.3 K | 25 Apr 2006 - 16:51 | TWikiAdminGroup | Saved by install script |
| | CIAWorldDataBankIIDenmarkSample.png | manage | 14.9 K | 25 Apr 2006 - 16:51 | TWikiAdminGroup | Saved by install script |
| | MultigraphWithErrorbars.gnu | manage | 0.4 K | 23 Aug 2006 - 12:46 | TWikiAdminGroup | Saved by install script |
| | DampedSinus.err | manage | 0.1 K | 03 Jan 2009 - 23:40 | TWikiAdminGroup | Saved by install script |
| | TestInstall.png | manage | 5.4 K | 03 Jan 2009 - 23:40 | TWikiAdminGroup | Saved by install script |
| | MultigraphWithErrorbars.err | manage | 0.2 K | 03 Jan 2009 - 23:40 | TWikiAdminGroup | Saved by install script |
| | InterlockingTori.png | manage | 8.7 K | 03 Jan 2009 - 23:40 | TWikiAdminGroup | Saved by install script |