man-group / dtale

Visualizer for pandas data structures
http://alphatechadmin.pythonanywhere.com
GNU Lesser General Public License v2.1
4.78k stars 405 forks source link

Visualization & Widget issue #730

Open datadiv06 opened 1 year ago

datadiv06 commented 1 year ago

1.when I am trying to visualize a graph in multimode , it works , but while exporting the graph, it never saves the graph as multiple y axis. It saves that as default 2.While doing column operation , I found that it is only allowing to do computation between two columns, not more. Is there any way to solve the issue 3.Can we have linked graphs , like having same x axis and different y axis on the same page, and while changing the x axis of one graph it changes the x axis of all the other graphs , so that multiple parameter comparison could be made. 4.Can we change the logo of the dtale , to something user defined. I use dtale on a daily basis. I want to deploy that into production env, so that it could be used as a strong analytics tool Thanks again. Would be waiting for the use updates !! Cheers

aschonfeld commented 1 year ago

@datadiv06 here's my responses to your questions: 1) I have found the issue and updated the code accordingly. Will update when a version has been published which includes this update 2) Can you explain a little deeper? 3) So I think this can be achieved by using a combination of the Group & Chart Per Group inputs. So this way when you change the value of X it will update all the charts displayed on the screen. I know this isn't completely perfect but it will give you the effect of changing the value of X updating multiple charts. 4) You can change the main title text & font for D-Tale. The way to do it is described here. I know its not a logo but you can do a pretty go amount with test & font styling alone.

Let me know if you have any other questions. Thanks

aschonfeld commented 1 year ago

@datadiv06 just pushed v2.13.0 of D-Tale to pypi (should be on conda-forge shortly) and it includes the fix for the exporting charts with multiple y-axes. Let me know if you have any issues.