Hmm that is not what my output looks like. Attached is a capture of my
output. I am using matplotlib version 0.98.5.3
http://old.nabble.com/file/p29291928/shift_subplot_test.png
shift_subplot_test.png
Jae-Joon Lee wrote:
>
> On Thu, Jul 29, 2010 at 1:17 AM, Jenna L.
> wrote
That looks fine to me too, but if you plot that as one subplot in a 5x5 array
of subplots or more, then you can see the shift I am talking about in the
eps file. Example:
import matplotlib.pyplot as plt
import numpy as np
arr = np.zeros((11, 11), dtype="d")
arr[3,3]=1
plt.figure(1)
plt.subplot(