From 94a9a808ec881ade5734077dadddae04c7c0e8f9 Mon Sep 17 00:00:00 2001 From: Neil Toronto Date: Thu, 6 Oct 2011 19:01:39 -0600 Subject: [PATCH] Closes PR 12262. --- collects/plot/scribblings/compat.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/plot/scribblings/compat.scrbl b/collects/plot/scribblings/compat.scrbl index bc573f3de4..0c37b0686e 100644 --- a/collects/plot/scribblings/compat.scrbl +++ b/collects/plot/scribblings/compat.scrbl @@ -14,6 +14,11 @@ This module provides an interface compatible with PLoT 5.1.3 and earlier. +@bold{Do not use both @racketmodname[plot] and @racketmodname[plot/compat] in the same module.} +It is tempting to try it, to get both the new features and comprehensive backward compatibility. +But to enable the new features, the objects plotted in @racketmodname[plot] have to be a different data type than the objects plotted in @racketmodname[plot/compat]. +They do not coexist easily, and trying to make them do so will result in contract violations. + @; ---------------------------------------- @section[#:tag "plot"]{Plotting}