|
16 | 16 | "metadata": {},
|
17 | 17 | "source": [
|
18 | 18 | "### In this notebook, we demonstrate the use of various keyword arguments to customize:\n",
|
19 |
| - "- <a href=#figscale>figure size and aspect ratio</a>\n", |
20 |
| - "- <a href=#nontrading> display of non-trading periods (weekends, holidays, after hours trading)</a>\n", |
21 |
| - "- <a href=#title>figure title</a>\n", |
22 |
| - "- <a href=#title>y-axis label</a>\n", |
23 |
| - "- <a href=#xformat>x-axis datetime format</a>\n", |
24 |
| - "- <a href=#xformat>x-axis labels rotation</a>\n", |
25 |
| - "- <a href=#linecolor>line color for line plot</a>\n", |
26 |
| - "- <a href=#tightlayout>tight_layout</a>\n", |
| 19 | + "- figure size and aspect ratio\n", |
| 20 | + "- display of non-trading periods (weekends, holidays, after hours trading)\n", |
| 21 | + "- figure title\n", |
| 22 | + "- y-axis label\n", |
| 23 | + "- x-axis datetime format\n", |
| 24 | + "- x-axis labels rotation\n", |
| 25 | + "- line color for line plot\n", |
| 26 | + "- tight_layout\n", |
27 | 27 | "- candle widths and edge/line/volume widths"
|
28 | 28 | ]
|
29 | 29 | },
|
|
228 | 228 | "cell_type": "markdown",
|
229 | 229 | "metadata": {},
|
230 | 230 | "source": [
|
231 |
| - "<a name=\"figscale\"></a>\n", |
232 |
| - "\n", |
233 | 231 | "---\n",
|
234 | 232 | "\n",
|
235 | 233 | "- `figscale` is used to scale the size fo the figure up or down.\n",
|
|
301 | 299 | "cell_type": "markdown",
|
302 | 300 | "metadata": {},
|
303 | 301 | "source": [
|
304 |
| - "<a name='nontrading'></a>\n", |
305 | 302 | "#### Displaying non-trading periods\n",
|
306 | 303 | "\n",
|
307 | 304 | "---\n",
|
|
346 | 343 | "cell_type": "markdown",
|
347 | 344 | "metadata": {},
|
348 | 345 | "source": [
|
349 |
| - "<a name=title></a>\n", |
350 |
| - "\n", |
351 | 346 | "---\n",
|
352 | 347 | "\n",
|
353 | 348 | "---\n",
|
|
389 | 384 | "cell_type": "markdown",
|
390 | 385 | "metadata": {},
|
391 | 386 | "source": [
|
392 |
| - "<a name=xformat></a>\n", |
393 |
| - "\n", |
394 | 387 | "---\n",
|
395 | 388 | "\n",
|
396 | 389 | "#### Setting the x-axis datetime format and x-axis labels rotation:"
|
|
460 | 453 | "cell_type": "markdown",
|
461 | 454 | "metadata": {},
|
462 | 455 | "source": [
|
463 |
| - "<a name=linecolor></a>\n", |
464 |
| - "\n", |
465 | 456 | "---\n",
|
466 | 457 | "\n",
|
467 | 458 | "#### Setting linecolor for a line plot:"
|
|
498 | 489 | "cell_type": "markdown",
|
499 | 490 | "metadata": {},
|
500 | 491 | "source": [
|
501 |
| - "<a name=tightlayout></a>\n", |
502 |
| - "\n", |
503 | 492 | "---\n",
|
504 | 493 | "\n",
|
505 | 494 | "#### tight layout:"
|
|
0 commit comments