Python Forum
Automatically plot each variable on the same graph for each "ID"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automatically plot each variable on the same graph for each "ID"
#1
Hello, I am currently doing an Internship and have been tasked with writing a code that will automatically plot values in a dataframe based on their ID number. I cant add a picture but its like this:
Output:
Index-----------ID--------Timestamp---------Name----------Value 0-----------1553679924-----Date/Time--------T_Amb---------4.5 1-----------1553679924-------""--------------""-----------4.6 2---------------""-----------""--------------""-----------4.2 3---------------""-----------""----------- T_HTES---------340 4---------------""-----------""--------------""-----------341 etc. 1555--------1553683993-------""--------------""------------"" 1556--------1553683993-------""--------------""------------""
there are multiple variable under Name eg. T_Amb, T_HTES, Pel_KWKK, CHP_Switch etc. each ID number has every variable (a reading for each variable was taken every 15 minutes).
The aim is to plot each variable under "Name" on the same graph based on the ID number with "Value" on the y-axis and "Timestamp" on the x-axis.
I hope i have explained it well enough, thanks in advance for any help. Smile
I have looked at what this looks like when posted please imagine the dashes as just seperating the columns i dont know how else to show it lol - Fixed(Yoriz)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How matplotlib automatically set x-axis and y-axis limits for bar graph ? ift38375 3 5,443 Jul-04-2019, 08:23 AM
Last Post: scidam
  [Plot a stacked bar graph using plotly offline mode] niks250891 1 5,169 Apr-22-2018, 02:11 PM
Last Post: niks250891
  Automatically updated graph in jupyter notebook using qt5 capponero 0 4,050 May-16-2017, 03:08 PM
Last Post: capponero

Forum Jump:

User Panel Messages

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