GNUPlot wordpress plugin
While I was writing the repeated images identification post, I modified the mimetex wordpress plugin to be the GNUPlot wordpress plugin.
The plugin executes GNUPlot over any portion of the text enclosed between [ gplot] and [/ gplot] tags, without the spaces of course.
Example:
[ gplot]
set size 0.75, 0.3
set xrange[0:5]
plot sin(x) title “sin(x)”, sin(2*x) title “sin(2x)”
[/ gplot]
would generate:

Download: Download the GNUPlot plugin for wordpress
Installation:
- Make sure that your server has gnuplot installed
- Create the directory <wordpress>/wp-content/cache, and make sure it is writable by the web server
Enjoy
Technorati Tags: wordpress, chart, gnuplot, plugin
Tags: chart, gnuplot, GNUPlot plugin, plugin, wordpress




















August 30th, 2008 at 7:52 am
Really appreciate people writing quality articles like this, many thanks!