Heya,
I am just wondering if it is possible to use whatever deadline uses in it’s graphs view for custom graphs in python. The deadline python distro doesn’t seem to contain any of the usual graph libraries or the pyQT graphing library so what is being used in the graph views and is there a way to piggy back off of it?
Cheers,
Stephen
I would say Deadline has pyQT graphing libraries included. At least QtChart module which I’ve used for some custom pie charts. If you are on windows you can check yourself here
C:\Program Files\Thinkbox\Deadline10\bin\python3\Lib\site-packages\PyQt5
2 Likes
Omg thank you so much. Why is this not mentioned anywhere in the documentation!? Actually just because I was looking for the word graph and not chart >:(
For other folk you have to call:
from PyQt5.QtChart import QChart
Thanks for actually replying lol
you are welcome. that’s exactly how I’m using it
1 Like