thosaniparth / CmyPlot

MIT License
0 stars 2 forks source link

[FEATURE] Informative Graphs #4

Closed thosaniparth closed 2 years ago

thosaniparth commented 2 years ago

Data Visualization is done to visualize data into a simpler and understandable form. One of the important factors can understand " What is the nature of data ? ". Along with the plots of the graph additional information of the data like Mean, Median, Mode Standard Deviation, etc would be helpful for the user to understand the nature of the data.

thosaniparth commented 2 years ago

I have added the mean, median, and mode of the Labels of the graph and it will also show column attributes that are integer or float. It will throw error on string data types.

ParthJinturkar commented 2 years ago

Updated the mean, median, mode values with standard deviation for both the X and Y labels.