Dvp Project
Dvp Project
BENGALURU - 98
DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING
DATA VISUALIZATION WITH PYTHON(BCS358D)
Introduction
Latest Trends and Technology
Abstract
Problem Statement
Objectives
Methodology
Code
Conclusion
References
VII Semester, Department of ISE, RNSIT 2023 - 2024 2
Introduction to Domain
*Introduction:*
- *Objective:* To design and develop a Digital Railway Ticketing System for efficient and convenient
ticket booking and management.
- *Scope:* The project aims to streamline the ticketing process, reduce manual efforts, and enhance
customer experience through a user-friendly digital platform.
• # Plotting
• plt.figure(figsize=(10, 6))
• plt.bar(destinations, tickets_sold, color='skyblue')
• plt.xlabel('Destinations')
• plt.ylabel('Number of Tickets Sold')
• plt.title('Ticket Sales by Destination')
• plt.xticks(rotation=45) # Rotate x-axis labels for better readability
• plt.tight_layout() # Adjust layout to prevent clipping of labels
• plt.show()
VII Semester, Department of ISE, RNSIT 2023 - 2024 16
OUTPUT