On Sat, Jan 27, 2018 at 3:03 PM, saad khalid <saad1...@gmail.com> wrote:
> Hello! I have a function and I would like to plot it, but instead of the
> "x-axis" scaling by x, I would like have the x-axis scale by x^2. Is this
> possible with the current plot function?

If you want to plot y = f(x) with x-axis scaled by x^2, why can't you
simply plot y = f(sqrt(x)) instead?

>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to