Mais coisas, estatisticas
This commit is contained in:
17
utilsv2/graphs.py
Normal file
17
utilsv2/graphs.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from matplotlib import pyplot as plt
|
||||
|
||||
|
||||
class Plotter:
|
||||
pass
|
||||
|
||||
def plot_bars(self):
|
||||
pass
|
||||
|
||||
def plot_lin(self):
|
||||
pass
|
||||
|
||||
def plot_box(self):
|
||||
pass
|
||||
|
||||
def adjust_x(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user