mathcell icon indicating copy to clipboard operation
mathcell copied to clipboard

Add plot legends for 3D mode

Open axkr opened this issue 4 years ago • 0 comments

Please add legends for complex parametric plots with colours and their corresponding values.

Example:

function z1(z) { try { return  inverseHaversine(z);}catch(e){return complex(Number.NaN);} }

var p1 = parametric( (re,im) => [ re, im, z1(complex(re,im)) ], [-0.3, 0.3], [-1.0, 1.0], { complexFunction: 'abs', colormap: 'complexArgument' } );

axkr avatar Jun 22 '21 16:06 axkr