Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
10.74k stars 548 forks source link

Milti-index plots and more control on graphs #154

Open timepasser69 opened 1 year ago

timepasser69 commented 1 year ago

Hi, Im not sure how you would categorize this but if we can do these, it will bring pygwalker to next level. 1) plot multiple measures on x-axis. 2) user able to customize which xaxis to set for which data. for example the right or the left. 3) user able to set graph type to which data series. 4) labels customization. such as titles and axises.

image

ObservedObserver commented 11 months ago

Thoughts update

I think a good way to implement this is through a measure value + measure name field in graphic-walker, which is basically fold operation. There is already a PR there but it still needs some refactoring.

Another reason why this feature update is slow: I think there is always a better way to analysis two indicators instead of making a double y-axis chart.

jagadeesanmuthuvel commented 5 months ago

Having two different scales in axis will help us to perform multivariate analysis lot of things. For eg comparing sales and profit timeseries to understand sales is proportional to profile across timeseries