changes ... not sure what exactly

master
Michael Murtaugh 4 years ago
parent 99ffedeed9
commit e4c5779c25

1
.gitignore vendored

@ -1 +1,2 @@
*.pdf
.ipynb_checkpoints/

@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
@ -37,7 +37,7 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": 3,
"metadata": {},
"outputs": [
{
@ -47,7 +47,7 @@
"\u001b[0;31mDocstring:\u001b[0m\n",
"draw a line segment from (x1,y1) to (x2,y2) (with color, thickness and\n",
"other attributes determined by the current graphics state).\n",
"\u001b[0;31mFile:\u001b[0m /usr/local/lib/python3.7/dist-packages/reportlab/pdfgen/canvas.py\n",
"\u001b[0;31mFile:\u001b[0m /opt/tljh/user/lib/python3.7/site-packages/reportlab/pdfgen/canvas.py\n",
"\u001b[0;31mType:\u001b[0m method\n"
]
},
@ -61,7 +61,7 @@
},
{
"cell_type": "code",
"execution_count": 40,
"execution_count": 4,
"metadata": {},
"outputs": [
{
@ -69,7 +69,7 @@
"text/plain": [
"\u001b[0;31mSignature:\u001b[0m \u001b[0mc\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msetLineWidth\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mwidth\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mDocstring:\u001b[0m <no docstring>\n",
"\u001b[0;31mFile:\u001b[0m /usr/local/lib/python3.7/dist-packages/reportlab/pdfgen/canvas.py\n",
"\u001b[0;31mFile:\u001b[0m /opt/tljh/user/lib/python3.7/site-packages/reportlab/pdfgen/canvas.py\n",
"\u001b[0;31mType:\u001b[0m method\n"
]
},
@ -83,7 +83,7 @@
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
@ -92,7 +92,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
@ -101,7 +101,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
@ -110,7 +110,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 8,
"metadata": {},
"outputs": [
{
@ -131,7 +131,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
@ -141,7 +141,7 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": 10,
"metadata": {},
"outputs": [
{
@ -161,13 +161,20 @@
},
{
"cell_type": "code",
"execution_count": 47,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"c.showPage()\n",
"c.save()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save