perezcatriel commited on
Commit
e4fd41a
1 Parent(s): 65082b1

[FIX] colores y estilos

Browse files
__pycache__/boxplot_clientes.cpython-311.pyc CHANGED
Binary files a/__pycache__/boxplot_clientes.cpython-311.pyc and b/__pycache__/boxplot_clientes.cpython-311.pyc differ
 
__pycache__/top_5_clientes.cpython-311.pyc CHANGED
Binary files a/__pycache__/top_5_clientes.cpython-311.pyc and b/__pycache__/top_5_clientes.cpython-311.pyc differ
 
__pycache__/ventas_anuales_clientes.cpython-311.pyc CHANGED
Binary files a/__pycache__/ventas_anuales_clientes.cpython-311.pyc and b/__pycache__/ventas_anuales_clientes.cpython-311.pyc differ
 
boxplot_clientes.py CHANGED
@@ -29,7 +29,7 @@ def boxplot():
29
  for i, row in df.iterrows():
30
  fig.add_trace(
31
  go.Scatter(
32
- x=[len(df) + 2],
33
  y=[row["Total"]],
34
  mode='markers',
35
  name=row["Clientes"],
 
29
  for i, row in df.iterrows():
30
  fig.add_trace(
31
  go.Scatter(
32
+ x=[len(df)],
33
  y=[row["Total"]],
34
  mode='markers',
35
  name=row["Clientes"],