I want to plot the co-ordinate lines of a co-ordinate system (e.g. Cartesian co-ords) using matplotlib.
Then I want to transform them using some linear transform (skew, scale, rotate, etc.), and I want to plot this transformed version of the system as well.
I am quite new to matplotlib and I have no idea as to how I could go about doing this. Any suggestions?
Something like this:
Doesn't have to be on the same plot as above, I just want to be able to plot the lines (and shapes and their transformed versions as well).
EDIT: If you instead have a MATLAB solution, I'll take that too.
