Question: How do i create a custom axis mode in Maple?

I am looking to do a custom non-linear axis in Maple, and no, not a logarithmic axis, but a custom one that i can define with a function. I know i can alter my data and the alter the display of the axis tickmarks, and in this way create the illusion of a custom axis. But there must be a better approach which does not require altering the data? I can see in the plot documentation that i can specify axis[mode = linear] or [mode = log] but why not a custom one?

Please Wait...