LoadError: PyError (:PyObject_Call) <type 'exceptions.ValueError'>
ValueError(u'x and y must have same first dimension',)
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 3099, in plot
ret = ax.plot(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/matplotlib/axes/_axes.py", line 1374, in plot
for line in self._get_lines(*args, **kwargs):
File "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py", line 303, in _grab_next_args
for seg in self._plot_args(remaining, kwargs):
File "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py", line 281, in _plot_args
x, y = self._xy_from_xy(x, y)
File "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py", line 223, in _xy_from_xy
raise ValueError("x and y must have same first dimension")
while loading In[86], in expression starting on line 4
in getindex at /home/augusto/.julia/v0.4/PyCall/src/PyCall.jl:228
in pysequence_query at /home/augusto/.julia/v0.4/PyCall/src/conversions.jl:717
[inlined code] from /home/augusto/.julia/v0.4/PyCall/src/conversions.jl:733
in pytype_query at /home/augusto/.julia/v0.4/PyCall/src/conversions.jl:762
in convert at /home/augusto/.julia/v0.4/PyCall/src/conversions.jl:782
in pycall at /home/augusto/.julia/v0.4/PyCall/src/PyCall.jl:363
in call at /home/augusto/.julia/v0.4/PyCall/src/PyCall.jl:372
in close_queued_figs at /home/augusto/.julia/v0.4/PyPlot/src/PyPlot.jl:401