|
|
|
124.500000000000 124.500000000000 |
77.5000000000000 77.5000000000000 |
array([ 0. , 0. , 0. , 0. , 0. , 0. , 0. , 0.5, 4. , 10. , 18. , 26.5, 35.8, 44.6, 52.6, 59.1, 63.6, 64.1, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.9, 67.7, 72.5, 78.5, 87. , 95.6, 104.1, 111.6, 118.1, 122.6, 124.4, 124.5, 124.5, 124.5, 124.5, 124.5, 124.5]) array([ 0. , 0. , 0. , 0. , 0. , 0. , 0. , 0.5, 4. , 10. , 18. , 26.5, 35.8, 44.6, 52.6, 59.1, 63.6, 64.1, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.2, 64.9, 67.7, 72.5, 78.5, 87. , 95.6, 104.1, 111.6, 118.1, 122.6, 124.4, 124.5, 124.5, 124.5, 124.5, 124.5, 124.5]) |
|
|
array([ 0.9, 1.2, 1.4, 1.8, 2.1, 3.6, 6.1, 8.1, 9.3, 11.6, 13.6, 15.9, 17.8, 19.9, 21.5, 23.1, 24.9, 26.6, 28.2, 30. , 31.7, 33.3, 34.9, 36.2, 37.2, 38.2, 39.5, 40.7, 41.7, 42.7, 44. , 45. , 47.5, 49.7, 51.7, 54. , 56.5, 58.7, 60.6, 62.6, 64.5, 66.5, 68.3, 69.9, 70.9, 72. , 73.2]) array([ 0.9, 1.2, 1.4, 1.8, 2.1, 3.6, 6.1, 8.1, 9.3, 11.6, 13.6, 15.9, 17.8, 19.9, 21.5, 23.1, 24.9, 26.6, 28.2, 30. , 31.7, 33.3, 34.9, 36.2, 37.2, 38.2, 39.5, 40.7, 41.7, 42.7, 44. , 45. , 47.5, 49.7, 51.7, 54. , 56.5, 58.7, 60.6, 62.6, 64.5, 66.5, 68.3, 69.9, 70.9, 72. , 73.2]) |
Traceback (click to the left of this block for traceback) ... ValueError: x and y must have same first dimension Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_56.py", line 10, in <module> exec compile(u"print _support_.syseval(python, u'x = np.cumsum(G)\\ny = tDomain\\nplt.plot(f,y)\\nplt.show(f,y)', __SAGE_TMP_DIR__)" + '\n', '', 'single') File "", line 1, in <module> File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/sagenb-0.11.4-py2.7.egg/sagenb/misc/support.py", line 438, in syseval return system.eval(cmd, sage_globals, locals = sage_globals) File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/sage/misc/python.py", line 60, in eval eval(compile(s, '', 'exec'), globals, globals) File "", line 3, in <module> File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/pyplot.py", line 2987, in plot ret = ax.plot(*args, **kwargs) File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/axes.py", line 4137, in plot for line in self._get_lines(*args, **kwargs): File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/axes.py", line 317, in _grab_next_args for seg in self._plot_args(remaining, kwargs): File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/axes.py", line 295, in _plot_args x, y = self._xy_from_xy(x, y) File "/usr/local/sage-6.7/sage/local/lib/python2.7/site-packages/matplotlib-1.3.1-py2.7-linux-x86_64.egg/matplotlib/axes.py", line 237, in _xy_from_xy raise ValueError("x and y must have same first dimension") ValueError: x and y must have same first dimension |
47 47 |
47 47 |
|
47 47 |
|
|
|