Python Forum
Is there a graph package with the possibility of user settings?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a graph package with the possibility of user settings?
#1
Python 3.8.5

To analyze a dataframe, I use the Matplotlib package, in which for any change of the chart, I have to make changes to the program code. I want to be able to configure the report in the user mode: set the necessary data selections and change the displayed data columns.

Of course, I can place need elements on the form (for example, using the Qt framework) for choosing selecting and displayed parameters on the graph (pre-fill а possible values with а columns of а dataframe) and use user-selected values programmatically when building a report. But perhaps this obvious idea has already been realized somewhere, and I am reinventing the wheel.

Is there something like that?
Reply


Messages In This Thread
Is there a graph package with the possibility of user settings? - by AlekseyPython - Jan-20-2021, 05:24 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020