Dataverse icon indicating copy to clipboard operation
Dataverse copied to clipboard

Issues in Tkinter and Matplotlib Code in Data Visualization

Open Deeptig9138 opened this issue 1 year ago • 8 comments

Redundant Imports: import datetime is unnecessary as specific functions are already imported. Global Variable: The global variable count should be defined inside the function. Unclosed MySQL Connection: Add mycon.close() after data fetching to close the connection properly. Mixed Input Methods: Avoid mixing Tkinter GUI inputs with command-line input(). Stick to one method, preferably Tkinter. Repetitive Code: Refactor the plotting logic (plt.bar(), plt.hist(), etc.) into a helper function to avoid redundancy.

Please assign this to me @multiverseweb

Deeptig9138 avatar Oct 02 '24 01:10 Deeptig9138

@KrishnaMohanty08 this code visibility issue has been fixed and the navbar colors are being changed under #66, so I'm closing this issue. Thanks for your participation.

multiverseweb avatar Oct 27 '24 22:10 multiverseweb