var fDesc=new Array(); fDesc[0] = "Oberon Function Plotter is an advanced VBA macro add-on for CorelDRAW 10, 11, 12, X3, X4, X5 and Corel DESIGNER 10, 12 that allows you to plot parametric function graphs by defining the functions in analytical form. There are quite a few programs that allow to create function lots already however most of them are self-contained modules with limited editing and illustration capabilities. Oberon Function Plotter coupled with the editing power of CorelDRAW provides the highest output quality.


Features

-Accepts analytical function representations such as x(t) = sin(t) cos(2*t).
-Supports over 30 standard functions including sin, cos, tan, sqrt. More>
-Define your own functions with any number of arguments.
-Instant formula syntax check.
-Live plot preview right in the dialog.
-Automatic scale and axes adjustment.
-Fully customizable parameters (colors, lines, text, etc).
-Save/load projects.
-Import/export custom function lists.
-Unlimited number of function plots on a single graph.
-Resulting curves in CorelDRAW/Corel DESIGNER are smooth and with minimal number of nodes.
-New. Plots tabulated data. Copy pairs of X and Y coordinates from Microsoft Excel or import data from TXT/CSV file and have it plotted."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }