How can I get Mathematica to display all 4 quadrants, not just the area where my data exists. I'm building an application to illustrate how matrix transformations affect a graphed shape and I want all 4 quadrants displayed for every step. I tried PlotRange, but it throws an error.
ListPlot[Transpose[B.A], AxesOrigin -> {0, 0}, PlotRange{{-10, 10}, {-10, 10}}]