|
25 | 25 | },
|
26 | 26 | {
|
27 | 27 | "cell_type": "code",
|
28 |
| - "execution_count": 79, |
| 28 | + "execution_count": 4, |
29 | 29 | "metadata": {
|
30 | 30 | "collapsed": false
|
31 | 31 | },
|
32 | 32 | "outputs": [
|
33 | 33 | {
|
34 | 34 | "data": {
|
35 | 35 | "text/html": [
|
36 |
| - "<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~kevintest/356.embed\" height=\"525px\" width=\"100%\"></iframe>" |
| 36 | + "<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~bradprin/22.embed\" height=\"525px\" width=\"100%\"></iframe>" |
37 | 37 | ],
|
38 | 38 | "text/plain": [
|
39 | 39 | "<plotly.tools.PlotlyDisplay object>"
|
40 | 40 | ]
|
41 | 41 | },
|
42 |
| - "execution_count": 79, |
| 42 | + "execution_count": 4, |
43 | 43 | "metadata": {},
|
44 | 44 | "output_type": "execute_result"
|
45 | 45 | }
|
|
48 | 48 | "import plotly.plotly as py\n",
|
49 | 49 | "import plotly.graph_objs as go\n",
|
50 | 50 | "\n",
|
51 |
| - "trace1 = go.Scatter(x=[1,2,3], y=[4,5,6], marker={'color': 'red', 'symbol': 104, 'size': \"10\"}, \n", |
| 51 | + "trace1 = go.Scatter(x=[1,2,3], y=[4,5,6], marker={'color': 'red', 'symbol': 104, 'size': 10}, \n", |
52 | 52 | " mode=\"markers+lines\", text=[\"one\",\"two\",\"three\"], name='1st Trace')\n",
|
53 | 53 | " \n",
|
54 | 54 | "data=go.Data([trace1])\n",
|
|
1729 | 1729 | "name": "stdout",
|
1730 | 1730 | "output_type": "stream",
|
1731 | 1731 | "text": [
|
1732 |
| - "Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n" |
| 1732 | + "Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\n" |
1733 | 1733 | ]
|
1734 | 1734 | }
|
1735 | 1735 | ],
|
|
1761 | 1761 | ],
|
1762 | 1762 | "metadata": {
|
1763 | 1763 | "kernelspec": {
|
1764 |
| - "display_name": "Python 2", |
| 1764 | + "display_name": "Python 3", |
1765 | 1765 | "language": "python",
|
1766 |
| - "name": "python2" |
| 1766 | + "name": "python3" |
1767 | 1767 | },
|
1768 | 1768 | "language_info": {
|
1769 | 1769 | "codemirror_mode": {
|
1770 | 1770 | "name": "ipython",
|
1771 |
| - "version": 2 |
| 1771 | + "version": 3 |
1772 | 1772 | },
|
1773 | 1773 | "file_extension": ".py",
|
1774 | 1774 | "mimetype": "text/x-python",
|
1775 | 1775 | "name": "python",
|
1776 | 1776 | "nbconvert_exporter": "python",
|
1777 |
| - "pygments_lexer": "ipython2", |
1778 |
| - "version": "2.7.9" |
| 1777 | + "pygments_lexer": "ipython3", |
| 1778 | + "version": "3.7.2" |
1779 | 1779 | }
|
1780 | 1780 | },
|
1781 | 1781 | "nbformat": 4,
|
1782 |
| - "nbformat_minor": 0 |
| 1782 | + "nbformat_minor": 2 |
1783 | 1783 | }
|
0 commit comments