Mais coisas, estatisticas

This commit is contained in:
2026-01-04 18:51:36 -01:00
parent 1d1826ebe5
commit c275bc7065
6 changed files with 262 additions and 29 deletions

17
utilsv2/graphs.py Normal file
View 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