diff --git a/collects/mrlib/scribblings/plot.scrbl b/collects/mrlib/scribblings/plot.scrbl index 53236b1a..66cdd48e 100644 --- a/collects/mrlib/scribblings/plot.scrbl +++ b/collects/mrlib/scribblings/plot.scrbl @@ -6,6 +6,10 @@ @defmodule[mrlib/plot]{The @racketmodname[mrlib/plot] library provides a simple tool for plotting data values to a device context.} +@bold{This is an old library, kept only for compatibility.} You will +undoubtedly want to use the @racketmodname[plot] library instead, which offers +many more features and is actively maintained. + @defstruct[data-set ([points (listof (is-a?/c point%))] [connected? any/c] [pen (is-a?/c pen%)]