From 0e709040d5b7bf0caafaf9b86bc1a0b10fd14814 Mon Sep 17 00:00:00 2001 From: louisnw Date: Thu, 18 May 2023 23:47:11 +0100 Subject: [PATCH] Update docs --- docs/source/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/docs.md b/docs/source/docs.md index 29a8936..e364785 100644 --- a/docs/source/docs.md +++ b/docs/source/docs.md @@ -9,7 +9,7 @@ ## Common Methods -These methods can be used within the `Chart`, `QtChart`, and `WxChart` objects. +These methods can be used within the `Chart`, `SubChart`, `QtChart`, and `WxChart` objects. ___ ### `set` @@ -231,7 +231,7 @@ ___ ## `SubChart` -The `SubChart` object allows for the use of multiple chart panels within the same `Chart` window. All of the [Common Methods](#common-methods) can be used within a `SubChart`. +The `SubChart` object allows for the use of multiple chart panels within the same `Chart` window. All of the [Common Methods](#common-methods) can be used within a `SubChart`. Its instance should be accessed using the [create_subchart](#create-subchart) method. `SubCharts` are arranged horizontally from left to right. When the available space is no longer sufficient, the subsequent `SubChart` will be positioned on a new row, starting from the left side. ___