Function: changecoords2d - change coordinate systems in a 2d plot
Calling Sequences:
changecoords2d(p, coord);
changecoords2d(p, coords = coord);
Parameters:
p - a two-dimensional plot structure
coord - the name of a two-dimensional coordinate system, or reverse(c) if c is the name of a two-dimensional coordinate system.
Description:
Examples:
> changecoords2d(plot(cos(x), x=-Pi/2..Pi/2, scaling = constrained), reverse(polar));
>
with(plots):
changecoords2d(pointplot([seq([1,Pi/10*i],i=0..19)], style=line), polar);
Warning, the name changecoords has been redefined
> changecoords2d(implicitplot(x=y,x=0..1,y=0..1), logcosh);
> changecoords2d(contourplot(x-y,x=0..1,y=0..1), logcosh);
> changecoords2d(plot(1, x=0..1), logcosh(2));
See also: addcoords , changecoords , coords , plot(coords) , transform , Two-dimensional plots with coords
Maple Advisor Database,
R. Israel 1999