data = [
[0.005, 0.01, "SMS"],
[0.05, 0.30, "Credit card transaction (fixed part)"],
[0.08, 0.30, "Kilowatt hour"],
[0.16, 0.18, "Seignorage of a quarter"],
[0.50, 0.65, "Options trade"],
[0.80, 4, "GPU hour"],
[3, 5, "Gallon of gas"],
[7.25, 17, "Minimum wage"],
[0.05, 15, "Bad stock share"],
[15, 700, "Stock share"],
[5, 200, "Meal"],
[400, 1500, "iPhone"],
[500, 5000, "Laptop"],
[10000, 60000, "Car"],
[15000, 500000, "Salary"],
[1e5, 1e7, "Home"],
[1.5e6, 45e6, "Best Picture Oscar-winner budget"],
[120e6, 360e6, "Blockbuster movie budget"],
[1e9, 1e12, "Fortune 500 market cap"],
[30e9, 1e12, "U.S. war"],
[1e12, 1e13, "G7 budget"],
[2e12, 25e12, "G7 GDP"],
[0.005, 234e9, "Individual wealth"],
]