Program modifications in Python.
-
Best regards, I need to make some changes in the software that I have attached to the link and it has been difficult for me, I would appreciate the help :).
-
How can I make the grid of the graph have small squares equivalent to 40 milli seconds?
-
Where can I change the background color of the program? I do not want gray.
-
Where can I change the color of the letters?
I managed to change the color of the letters of the email and of the letters on the graph but not the others. -
Where can I change the color of the numbers that are to the side of the graph on the Y and X axis?
Thank you very much for your time and help.
-
-
Hi
it seems to use this component pyqtgraph so the answer to the questions is in the documentation
http://www.pyqtgraph.org/documentation/
for colors it seems to use this
http://www.pyqtgraph.org/documentation/style.htmlseems to be called grECG inside that app.
-
This post is deleted!
-
This post is deleted!
-
I've already managed to modify all the colors, thanks :), now I'm just stuck with the grid.
-
Hi
it seems to use this component pyqtgraph so the answer to the questions is in the documentation
http://www.pyqtgraph.org/documentation/
for colors it seems to use this
http://www.pyqtgraph.org/documentation/style.htmlseems to be called grECG inside that app.
@mrjj I read the link that you attached, I watch the part to modify the grid but it does not change, what could it be?
Here it is explained.