From 8b9860c94aaa64688a6382f705b724b81e32f545 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 12 Sep 2023 16:05:16 -0500 Subject: [PATCH] Deprecate --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb899c3..e87a0d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Deephaven Plugin for matplotlib +# DEPRECATED + +Please use the monorepo at https://github.com/deephaven/deephaven-plugins The Deephaven Plugin for matplotlib. Allows for opening matplotlib plots in a Deephaven environment. Any matplotlib plot should be viewable by default. For example: @@ -125,4 +127,4 @@ python -m build --wheel The wheel is stored in `dist/`. To test within [deephaven-core](https://github.com/deephaven/deephaven-core), note where this wheel is stored (using `pwd`, for example). -Then, follow the directions in the [deephaven-js-plugins](https://github.com/deephaven/deephaven-js-plugins) repo. \ No newline at end of file +Then, follow the directions in the [deephaven-js-plugins](https://github.com/deephaven/deephaven-js-plugins) repo.