From 8a353ae921f1fd4813b32d22806d93b5a8423051 Mon Sep 17 00:00:00 2001 From: GretaVilla Date: Tue, 28 Feb 2023 16:30:13 +0000 Subject: [PATCH] updated md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4f1b0b..278d5c6 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ or, if you want to install the development version directly from github: pip install git+https://github.com/lucazav/binclass-tools ``` -### New: plot functions' behaviour -Since version 1.0.0, the behavior of functions that generate graphs has changed: Figure (Plotly) objects (dictionary-like) will be returned and not shown directly when the function is called. +### New from version 1.0.0: plotting functions' behaviour +From version 1.0.0, the behavior of functions that generate plots has changed: Figure (Plotly) objects, dictionary-like, will be returned and not shown directly when the function is called. ### Example Usage