Skip to content

Commit f35b0f1

Browse files
remove hrefs because they don't work on github notebook renderer
1 parent 66f9eda commit f35b0f1

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

examples/plot_customizations.ipynb

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"metadata": {},
1717
"source": [
1818
"### 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",
2727
"- candle widths and edge/line/volume widths"
2828
]
2929
},
@@ -228,8 +228,6 @@
228228
"cell_type": "markdown",
229229
"metadata": {},
230230
"source": [
231-
"<a name=\"figscale\"></a>\n",
232-
"\n",
233231
"---\n",
234232
"\n",
235233
"- `figscale` is used to scale the size fo the figure up or down.\n",
@@ -301,7 +299,6 @@
301299
"cell_type": "markdown",
302300
"metadata": {},
303301
"source": [
304-
"<a name='nontrading'></a>\n",
305302
"#### Displaying non-trading periods\n",
306303
"\n",
307304
"---\n",
@@ -346,8 +343,6 @@
346343
"cell_type": "markdown",
347344
"metadata": {},
348345
"source": [
349-
"<a name=title></a>\n",
350-
"\n",
351346
"---\n",
352347
"\n",
353348
"---\n",
@@ -389,8 +384,6 @@
389384
"cell_type": "markdown",
390385
"metadata": {},
391386
"source": [
392-
"<a name=xformat></a>\n",
393-
"\n",
394387
"---\n",
395388
"\n",
396389
"#### Setting the x-axis datetime format and x-axis labels rotation:"
@@ -460,8 +453,6 @@
460453
"cell_type": "markdown",
461454
"metadata": {},
462455
"source": [
463-
"<a name=linecolor></a>\n",
464-
"\n",
465456
"---\n",
466457
"\n",
467458
"#### Setting linecolor for a line plot:"
@@ -498,8 +489,6 @@
498489
"cell_type": "markdown",
499490
"metadata": {},
500491
"source": [
501-
"<a name=tightlayout></a>\n",
502-
"\n",
503492
"---\n",
504493
"\n",
505494
"#### tight layout:"

0 commit comments

Comments
 (0)