Skip to content

Instantly share code, notes, and snippets.

@miguel9554
miguel9554 / monotributo.py
Last active January 21, 2026 22:18
Plot de carga fiscal del monotributo
import pandas as pd
import plotly.graph_objects as go
import numpy as np
df = pd.DataFrame({
"Categoria": list("ABCDEFGHIJK"),
"Ingreso_anual": [
10277988.13, 15058447.71, 21113696.52, 26212853.42,
30833964.37, 38642048.36, 46211109.37, 70113407.33,
78479211.62, 89872640.30, 108357084.05,