Extension:Wykres
This extension is incompatible with MediaWiki 1.39 or any later release! You are advised against using this extension on a live site.
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
wykres Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | Graph plotting extension using the <canvas> element. |
Author(s) | (sk197876talk) |
Latest version | 0.01 (2008-08-31) |
MediaWiki | |
License | GPL (excluding excanvas) |
Download | wykres.tar.gz |
What can this extension do?
editIt can plot a couple of graphs of some functions with parameters. The parameters can be adjusted using handy sliders.
Usage
editThis example will draw four graphs on a canvas 300 pixels wide and 300 pixels high.
<wykres width="300" height="300" x="-3:6" y="-3:3" par="a[-2:3] b[-2:3] c[-2:3]"> a*sin(b*x); a*sqrt(b*x); a*sin(b*x) / (c*x); a * ln(b*x) </wykres>
Download instructions
editGet it from wykres.tar.gz.
Installation
editTo install this extension
- extract
wykres.tar.gz
insidewiki/extensions
directory. - add the following to LocalSettings.php :
require_once("$IP/extensions/wykres/wykres.php");
Configuration parameters
editThere are none. You can configure the look and feel modifying wykres/css/wykres.css
and wykres/js/wykresStyles.js
.
User rights
editNone.