summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-11-24 14:32:41 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-11-24 14:32:41 +0000
commit1673ab83ff6be88690d4f1fb404d01058d181f4e (patch)
treeb9deba3b27cedf2b40ff6f34863044f77d23ba60 /docs
parente58477552f407ff5af4093181adcb7e348541690 (diff)
downloadzetacomponents-graph-1673ab83ff6be88690d4f1fb404d01058d181f4e.zip
zetacomponents-graph-1673ab83ff6be88690d4f1fb404d01058d181f4e.tar.gz
- Added memory warning to tutorial
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial.txt b/docs/tutorial.txt
index eb76ca6..85f7a86 100644
--- a/docs/tutorial.txt
+++ b/docs/tutorial.txt
@@ -583,6 +583,11 @@ to the data sets polynom, when we add the data set to the graph.
.. image:: img/tutorial_example_17.svg.png
:alt: Average polynom example
+For the computation of the polynom a equatation has to be solved where the
+size of the matrix is equal to the point count of the used dataset. Be
+careful with data sets with large point count. Because this could mean that
+ezcGraph will consume a lot of memory and processing power.
+
PDO dataset
-----------
OpenPOWER on IntegriCloud