Skip to content

Commit f83d826

Browse files
Merge pull request #555 from Animeshz/master
Change maximum panels to 32 in docs & examples, in regards to completion of #377
2 parents dde9e11 + f06987d commit f83d826

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/panels.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"![sample_subplot](data/sample_subplot.png)\n",
1818
"\n",
1919
"### Features and Basic Terminology\n",
20-
"* Panels are identified by their \"Panel ID\", an integer ranging from 0 to 9.\n",
20+
"* Panels are identified by their \"Panel ID\", an integer ranging from 0 to 31.\n",
2121
"* Panel ID's are always numbered from top to bottom, thus:\n",
2222
" - Panel 0 is always the uppermost panel, Panel 1 is just below that, and so on.\n",
2323
"* The \"*main panel*\" is the panel where candlesticks/ohlc data are plotted.\n",

markdown/subplots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* The Panels Method attains its simplicity, in part, by having certain limitations.<br>These limitiations are:
1818
- Subplots are always stacked vertically.
1919
- All subplots share the same x-axis.
20-
- There is a maximum of 10 subplots.
20+
- There is a maximum of 32 subplots.
2121
* The Panels Method is adequate to plot:
2222
- ohlc, candlesticks, etc.
23-
- with volume, and
23+
- with volume, and
2424
- with one or more studies/indicators, such as:
2525
- MACD, DMI, RSI, Bollinger, Accumulation/Distribution Oscillator, Commodity Channel Index, Etc.
2626
* [**See here for a tutorial and details on implementing the mplfinance Panels Method for subplots.**](https://github.com/matplotlib/mplfinance/blob/master/examples/panels.ipynb)

0 commit comments

Comments
 (0)