In RINEARN Graph 3D, you can plot graphs not only from data files but also from mathematical expressions. This feature is called "math plotting". This section explains how to perform math plotting.
Additionally, this section provides details on the syntax used in the formula plotting tool.
The formula plotting tools are developed using VCSSL, a programming language natively supported by RINEARN Graph 3D. (For more details, see Control & Automation with VCSSL).
You can launch these tools from the "Program" menu located at the top of the graph screen.
There are multiple tools available, each suited to different types of expressions. These tools are also available as standalone programs, and their usage is explained in detail on their respective web pages. Below is a list of these tools along with their descriptions.
This tool plots 3D surface/mesh graphs from equations in the z(x, y) format.
After launching the tool, enter an equation into the "z(x, y) =" field and click the "Plot" button. This will render the equation as a 3D graph. You can also specify the range and plot density.
This tool plots 3D surface/mesh graphs with animations from equations in the z(x, y, t) format.
After launching the tool, enter an equation into the "z(x, y, t) =" field and click the "Plot" button. This will render the equation as a 3D graph, where "t" is treated as a time variable for animation. You can also specify the range and plot density.
This tool plots 3D parametric graphs with animations using x(t), y(t), and z(t) equations.
After launching the tool, enter equations into the "x(t) =", "y(t) =", and "z(t) =" fields, then click the "Plot" button.
This will plot a 3D trajectory using "t" as a parameter. Clicking the "Animation" button will gradually render the graph from the start to the end point.
If needed, you can also use the legacy formula plotting tool from the "Tools" > "(Old) Math Plot" menu. This tool was available before VCSSL support was introduced in RINEARN Graph 3D.
Unlike the newer tools, this one only supports z(x, y) format and requires variables x and y to be enclosed in <x> and <y> (e.g., <x> + <y>). It remains available for users who are accustomed to using it in older versions.
Additionally, note that in this old tool, the log() function calculates the common logarithm (log10) instead of the natural logarithm (ln). (In the newer tools, log10() is used explicitly.)
In each formula plotting tool, you can enter mathematical expressions in a standard format in the input field labeled "z(x, y) =", etc.
Here are some examples of how to write equations:
or
As shown in the examples above:
In math expressions, you can use common mathematical functions, such as sin(2 * x) from the earlier examples. Examples of supported functions include the following:
Additionally, many other mathematical functions are supported. For a complete list and details, refer to the VCSSL Math Library documentation.