Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 13 years ago

Jason Grout gravatar image

You could use matplotlib for this (look at some of the matplotlib examples at http://matplotlib.sourceforge.net/gallery.html), or you could just shift your equations using standard math transformations. If your function is f(x), then to shift it to the right by a and up by b, then plot f(xa)+b.