__all__ in marks_plottings
This commit is contained in:
parent
a593af0482
commit
bdf0f56c21
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue