Maple Issues: The Ugly Origin

 

By default Maple labels the origin in most graphs. This "0" is often misplaced and ugly-looking.

To remove use code like the following:

$X=plotmaple("plot(x, x = -15 .. 15, axis[2] = [tickmarks=[-15,-10,-5,5,10,15]])");
The part that does the work is the axis[2] statement. This sets the tickmarks and leaves the origin out of it:

Note: This does not work properly on the Development server, the origin continues to show (although the tickmarks are shown properly). The origin disappears when used on the UW Open server.

Maple Issues Index

Main Index

Last updated: 05/08/2014 SS/MUO