diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-11-24 14:32:41 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-11-24 14:32:41 +0000 |
commit | 1673ab83ff6be88690d4f1fb404d01058d181f4e (patch) | |
tree | b9deba3b27cedf2b40ff6f34863044f77d23ba60 /docs | |
parent | e58477552f407ff5af4093181adcb7e348541690 (diff) | |
download | zetacomponents-graph-1673ab83ff6be88690d4f1fb404d01058d181f4e.zip zetacomponents-graph-1673ab83ff6be88690d4f1fb404d01058d181f4e.tar.gz |
- Added memory warning to tutorial
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorial.txt | 5 |
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 ----------- |