##// END OF EJS Templates
update ref texfile
Matthias BUSSONNIER -
Show More
@@ -332,7 +332,7 b' plt.text(0.5 * (a + b), 30,r"$\\int_a^b f(x)dx$", horizontalalignment=\'center\', f'
332 \end{codeinput}
332 \end{codeinput}
333 \begin{codeoutput}
333 \begin{codeoutput}
334 \begin{center}
334 \begin{center}
335 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_00.pdf}
335 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_00.pdf}
336 \par
336 \par
337 \end{center}
337 \end{center}
338 \end{codeoutput}
338 \end{codeoutput}
@@ -1496,7 +1496,7 b" plt.ylabel('y');"
1496 \end{codeinput}
1496 \end{codeinput}
1497 \begin{codeoutput}
1497 \begin{codeoutput}
1498 \begin{center}
1498 \begin{center}
1499 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_01.pdf}
1499 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_01.pdf}
1500 \par
1500 \par
1501 \end{center}
1501 \end{center}
1502 \end{codeoutput}
1502 \end{codeoutput}
@@ -1512,7 +1512,7 b' plt.plot(x, y, linewidth=2);'
1512 \end{codeinput}
1512 \end{codeinput}
1513 \begin{codeoutput}
1513 \begin{codeoutput}
1514 \begin{center}
1514 \begin{center}
1515 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_02.pdf}
1515 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_02.pdf}
1516 \par
1516 \par
1517 \end{center}
1517 \end{center}
1518 \end{codeoutput}
1518 \end{codeoutput}
@@ -1525,7 +1525,7 b" plt.plot(x, y, 'o', markersize=5, color='r');"
1525 \end{codeinput}
1525 \end{codeinput}
1526 \begin{codeoutput}
1526 \begin{codeoutput}
1527 \begin{center}
1527 \begin{center}
1528 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_03.pdf}
1528 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_03.pdf}
1529 \par
1529 \par
1530 \end{center}
1530 \end{center}
1531 \end{codeoutput}
1531 \end{codeoutput}
@@ -1552,7 +1552,7 b' plt.title("Simplest errorbars, 0.2 in x, 0.4 in y");'
1552 \end{codeinput}
1552 \end{codeinput}
1553 \begin{codeoutput}
1553 \begin{codeoutput}
1554 \begin{center}
1554 \begin{center}
1555 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_04.pdf}
1555 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_04.pdf}
1556 \par
1556 \par
1557 \end{center}
1557 \end{center}
1558 \end{codeoutput}
1558 \end{codeoutput}
@@ -1569,7 +1569,7 b' plt.semilogy(x, y);'
1569 \end{codeinput}
1569 \end{codeinput}
1570 \begin{codeoutput}
1570 \begin{codeoutput}
1571 \begin{center}
1571 \begin{center}
1572 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_05.pdf}
1572 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_05.pdf}
1573 \par
1573 \par
1574 \end{center}
1574 \end{center}
1575 \end{codeoutput}
1575 \end{codeoutput}
@@ -1597,7 +1597,7 b' plt.grid(True)'
1597 \end{codeinput}
1597 \end{codeinput}
1598 \begin{codeoutput}
1598 \begin{codeoutput}
1599 \begin{center}
1599 \begin{center}
1600 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_06.pdf}
1600 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_06.pdf}
1601 \par
1601 \par
1602 \end{center}
1602 \end{center}
1603 \end{codeoutput}
1603 \end{codeoutput}
@@ -1615,7 +1615,7 b" plt.imshow(np.random.rand(5, 10), cmap=cm.gray, interpolation='nearest');"
1615 \end{codeinput}
1615 \end{codeinput}
1616 \begin{codeoutput}
1616 \begin{codeoutput}
1617 \begin{center}
1617 \begin{center}
1618 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_07.pdf}
1618 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_07.pdf}
1619 \par
1619 \par
1620 \end{center}
1620 \end{center}
1621 \end{codeoutput}
1621 \end{codeoutput}
@@ -1636,7 +1636,7 b' plt.imshow(img);'
1636 Dimensions of the array img: (375, 500, 3)
1636 Dimensions of the array img: (375, 500, 3)
1637 \end{verbatim}
1637 \end{verbatim}
1638 \begin{center}
1638 \begin{center}
1639 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_08.pdf}
1639 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_08.pdf}
1640 \par
1640 \par
1641 \end{center}
1641 \end{center}
1642 \end{codeoutput}
1642 \end{codeoutput}
@@ -1682,7 +1682,7 b' ax.set_zlim3d(-1.01, 1.01);'
1682 \end{codeinput}
1682 \end{codeinput}
1683 \begin{codeoutput}
1683 \begin{codeoutput}
1684 \begin{center}
1684 \begin{center}
1685 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy.orig_files/IntroNumPy.orig_fig_09.pdf}
1685 \includegraphics[width=6in]{tests/ipynbref/IntroNumPy_orig_files/IntroNumPy_orig_fig_09.pdf}
1686 \par
1686 \par
1687 \end{center}
1687 \end{center}
1688 \end{codeoutput}
1688 \end{codeoutput}
General Comments 0
You need to be logged in to leave comments. Login now