Enable parametric coordinates in plots
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Enable parametric coordinates in plots, i.e. usage of a additional functions/data sets to replicate the coordinate transforms. Activating this feature will be done by using the coords=parametric setting. The signature will then change to
plot xdat(), ydat() -set coords=parametric
plot xfunc(x), yfunc(x) -set coords=parametric
surf xdat(), ydat(), zdat() -set coords=parametric
surf xfunc(), yfunc(), zfunc() -set coords=parametric
The description contains most of the necessary details. We'll also allow the usage of a option combination like coords=polar-parametric.
Functionality was added to the automatic SW test. Functionality is working as required by the description.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1206]
Diff: