Files
prog-team-proj/utilsv2/graphs.py

18 lines
233 B
Python
Raw Normal View History

2026-01-04 18:51:36 -01:00
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