Hi, I'm drawing lines from point to point using this:

plot.plot(x=[2,3], y=[4,6], pen=(195,46,212), symbolBrush=None, symbolPen=
'w', symbol='h', symbolSize=14, name="connection")

But I want to indicate the direction of the line using arrow heads or 
gradient color. It doesn't matter, if the person who look at the lines 
understands that line's direction is point1 to point2 then it's OK.

I know there is an arrow example (examples/Arrow.py) but I want something 
different. I want traditional lines ending with arrow heads. Is there any 
option like:
symbolPen='ArrowHead'
??

-- 
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/73719fec-ac27-4b40-94f9-143791bc5db9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to