diff options
Diffstat (limited to 'lib/Graphics')
-rw-r--r-- | lib/Graphics/Plot.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Graphics/Plot.hs b/lib/Graphics/Plot.hs index 9352048..bcb1fb3 100644 --- a/lib/Graphics/Plot.hs +++ b/lib/Graphics/Plot.hs | |||
@@ -9,7 +9,9 @@ | |||
9 | -- Portability : uses gnuplot and ImageMagick | 9 | -- Portability : uses gnuplot and ImageMagick |
10 | -- | 10 | -- |
11 | -- Very basic (and provisional) drawing tools using gnuplot and imageMagick. | 11 | -- Very basic (and provisional) drawing tools using gnuplot and imageMagick. |
12 | -- | 12 | -- |
13 | -- This module is deprecated. It will be replaced by improved drawing tools based | ||
14 | -- on the Gnuplot package by Henning Thielemann. | ||
13 | ----------------------------------------------------------------------------- | 15 | ----------------------------------------------------------------------------- |
14 | 16 | ||
15 | module Graphics.Plot( | 17 | module Graphics.Plot( |