diff --git a/doc/_static/adjustText.png b/doc/_static/adjustText.png new file mode 100644 index 000000000000..417aebd730ba Binary files /dev/null and b/doc/_static/adjustText.png differ diff --git a/doc/thirdpartypackages/index.rst b/doc/thirdpartypackages/index.rst index a08869b61ac7..7a6243d5a448 100644 --- a/doc/thirdpartypackages/index.rst +++ b/doc/thirdpartypackages/index.rst @@ -171,3 +171,9 @@ pyupset Windrose =============== `Windrose `_ is a Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution + +adjustText +=============== +`adjustText `_ is a small library for automatically adjusting text position in matplotlib plots to minimize overlaps between them, specified points and other objects. + +.. image:: /_static/adjustText.png