Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python I/O: input a graph
#1
I have been searching Python courses and libraries like numpy, pandas etc and didn't find the functionality required for my project.
What libraries/tools can be used to input a graph (mapped on X and Y axes) and output it to a hardware port?
It is a time-series looking graph, though formally is not a time series.

I've found some open-source software for Linux which may contain necessary data for input, yet didn't have
time to research it. Are there any translation tools to translate some of it's code to Python, if it would
be based on C/C++?
Reply
#2
there are plenty of packages like matplotlib, seaborn, plotly.
Not sure what exactly "output it to a hardware port" should mean...
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
In general python data science tutorials I've became familiar with the graphs were output to a display (a monitor) having numeric data as input. Do you mean that these libraries can provide the possibility to have a graph as input (like provide the possibility to enter the scales and values of X, Y axes and the graph itself)?
Reply
#4
of course you can customize the graph. What do you mean "and the graph itself" is unclear.
Can you elaborate on your goal in greater detail, because I doubt anyone understands what your goal is. Especially when add the c/c++ part of the original post
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#5
Are you looking for a digitizer that takes in pixel data and produces a list of x,y coordinates? Or are you looking for some sort of serialized graph representation that contains all the information you need to reproduce the graph?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  DELETE Post using Python FaceBook Graph API BIG_PESH 0 1,423 Mar-24-2022, 08:28 PM
Last Post: BIG_PESH
  Python modules to extract data from a graph? bigmit37 5 22,189 Apr-09-2021, 02:15 PM
Last Post: TysonL
  Python Matplotlib: How do I plot lines with different end point in the same graph? JaneTan 0 1,550 Feb-28-2021, 11:56 AM
Last Post: JaneTan
  How to add an image to an existing facebook post using python graph API? Ascalon 0 2,177 Dec-01-2020, 08:33 PM
Last Post: Ascalon
  Graphing three database in one graph Python r_e 1 2,338 Jun-20-2019, 05:10 PM
Last Post: r_e
  python rrdtool graph creation issue anna 0 4,404 Sep-10-2018, 11:10 AM
Last Post: anna
  Working with turtle graphics in python and colour slices of a pie graph... netrate 1 4,441 Feb-03-2018, 08:41 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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