From bdf0f56c212a21b01bc66820a27e3f1f8590f050 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Tue, 7 Mar 2017 14:06:37 +0300 Subject: [PATCH] __all__ in marks_plottings --- notes_tools/tools/marks_plottings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes_tools/tools/marks_plottings.py b/notes_tools/tools/marks_plottings.py index e3e7d22..f9d92f9 100644 --- a/notes_tools/tools/marks_plottings.py +++ b/notes_tools/tools/marks_plottings.py @@ -5,6 +5,8 @@ from .plottings import radar_graph import pandas as pd import numpy as np +__all__ = ["radar_on", "marks_hist", "parallele_on"] + def radar_on(df, index, optimum = None): """ Plot the radar graph concerning index column of the df