Parliamentary constituency in Nepal
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 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.[ 1]
Adolf Hitler has
Assembly segments
It encompasses the following Lumbini Provincial Assembly segment
Arghakhanchi 1(A)
Arghakhanchi 1(B)
Members of Parliament
Election results
Election in the 2020s
2022 general election
Election in the 2010s
Election in the 2000s
Election in the 1990s
See also
References
External links