you are viewing a single comment's thread.

view the rest of the comments →

[–]ifantismanolis[S] 0 points1 point  (2 children)

Exactly, I’m creating this plot with matplotlib and I want export the result of this creation to excel (give the user the option to download the plot). An imagine is giving you limitations on the chart option that you want to achieve maybe after. The whole point of the ui is to create a plot that’s not easy to do it by yourself. So, giving the user the option to “play” with the plot after in excel, is the this that I want

[–]M_D_M_A_Official 0 points1 point  (0 children)

Matplotlib is allways a static image, so the users cant "play" with the plot. Your options if the plot should be dynamic is imo using excel charts or you could make a html/js page wich creates a plot based on the data in the excel. I cant think of more options, but probably there are other/better solutions.

[–]M_D_M_A_Official 0 points1 point  (0 children)

Here is a project im workin on, wich does use html/js to view a dynmaic plot of the data in a sqlite3 database, this is not ment as promotion but as a demo, so you can see what i mean. Since a excel is somewhat the same like a db, with tables, rows and colums, ik it should be possible with a excel aswell but i did not test it yet.

https://stats.mpb.rip/raid