You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
Can I plot candlestick, bar or any financial chart with PyQtGraph framework? Please show a topic in documentation if drawing possible.
Grant R
unread,
Nov 28, 2015, 7:59:15 AM11/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
There's a small example in pyqtgraph/examples/customGraphicsItem.py to help get you started. You will be able to access this by loading the examples according to the documentation.
Denis Ipatov
unread,
Nov 28, 2015, 8:10:22 AM11/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
Oh, I didn't find this example early. Suppose "Custom Graphics" should be renamed to "candlestick chart" in examples to be clear.