Calcpad does not provide options to add titles, axis labels and legends to function plots like in Excel. However, you can decorate your plots with these attributes by your own, by using a little Html. Bellow, you can find a sample code that you can use as a boilerplate. Since chart colors are predefined, theyContinue reading “How to add title, labels and legend to a Calcpad plot?”
Tag Archives: Plotting
Even more 3D effects
In the last version I improved the 3D plot shading and added some nice 3D effects. Bellow is the plot of the function f(x; y) = cos(x) + cos(y) + cos(x·y/3)/2 + cos(√(x2 + y2)·2)/2 with the “Rainbow” color scale and the “Shadows” option on: What is new is the specular light effect (the littleContinue reading “Even more 3D effects”
Math Art with Calcpad
Most people consider math boring, but sometimes it can be really beautiful. Recently I found some unusual application of Calcpad – to draw nice pictures using math formulas. In general, you can plot functions of two variables using the $Map command: $Map{f(x;y) @ x = a : b & y = c : d} IContinue reading “Math Art with Calcpad”
Plotting with Calcpad 3.2
The new and enhanced version of Calcpad 3.2 was released. Besides other improvements, we added some nice visual effects for 2D plotting. In general, you can use Calcpad to plot functions of two parameters f(x; y), by the $Map command: $Map{f(x;y) @ x = a : b & y = c : d} The resultContinue reading “Plotting with Calcpad 3.2”