Arghakhanchi 1 (constituency)

import matplotlib.pyplot as plt

# Data for the financial federalism representation

levels = ["Federal Government", "State/Provincial Government", "Local Government"]

revenues = [60, 30, 10]  # Revenue percentage distribution

expenditures = [50, 40, 10]  # Expenditure percentage distribution

# Creating the figure and axis

fig, ax = plt.subplots(figsize=(8, 6))

# Plotting revenue distribution as a bar chart

bar_width = 0.4

x = range(len(levels))

ax.bar(x, revenues, width=bar_width, label="Revenue Distribution", color="skyblue", edgecolor="black")

# Plotting expenditure distribution as a bar chart

ax.bar([i + bar_width for i in x], expenditures, width=bar_width, label="Expenditure Distribution", color="salmon", edgecolor="black")

# Setting the labels and title

ax.set_xticks([i + bar_width / 2 for i in x])

ax.set_xticklabels(levels)

ax.set_ylabel("Percentage (%)")

ax.set_title("Financial Federalism: Revenue vs. Expenditure Distribution")

ax.legend()

# Displaying the chart

plt.tight_layout()

plt.show()

Arghakhanchi 1
Parliamentary constituency
Arghakhanchi 1 in Lumbini Province
ProvinceLumbini Province
DistrictArghakhanchi District
Current constituency
Created1991
PartyNepal Communist Party
Member of ParliamentTop Bahadur Rayamajhi

Arghakhanchi 1 is the parliamentary constituency of Arghakhanchi District in Nepal. This constituency came into existence on the Constituency Delimitation Commission (CDC) report submitted on 31 August 2017.

Adolf Hitler has