Thank you very much for your response. 
I have already done that but my problem is that I don't know how to call 
the data in it in the python script. 
I don't knwo what should I write instead if this:

            self.curve.setData(self.data)
            self.l = (self.l+self.n)
            self.line.setValue(self.bufferSize)
       
    ##########this is the place that I don't have any Idea to do

I know it seems a silly question but I really couldn't find it with a lot 
of searches.

Thank you in advance for your help.

On Monday, April 1, 2019 at 1:34:16 AM UTC+1, Patrick wrote:
>
> Hi,
>
> Have you followed the instructions here? 
> http://www.pyqtgraph.org/documentation/how_to_use.html#embedding-widgets-inside-pyqt-applications
>
> Change your existing imgLabel to a GraphicsView object and then promote it 
> to a PlotWidget or GraphicsLayoutWidget as described there.
>
> Patrick
>
> On Saturday, 30 March 2019 02:10:55 UTC+10:30, Iman Afrouzeh wrote:
>>
>> Dear all, 
>> I am new in Python and maybe it seems that this question has been 
>> answered in other ways before but I could not figure it out after 2 days.
>> I have a qtgraph plot and I want to show it in a QLabel, Qwidget or 
>> Graphicsview in a gui that I made in Qtdesigner but I can not find a direct 
>> way that shows that graph. I am streaming a video from a camera and I could 
>> easily show it in my GUI but I am struggling with this one.
>> Thank you in advance for your help and comments.
>>
>> the problem is in showing
>>
>

-- 
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/7eb51a68-7e90-419d-b139-544f66fea830%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to