← Back to team overview

yade-users team mailing list archive

Re: [Question #707019]: plot.plot() issue...unexpected keyword argument 'verts'

 

Question #707019 on Yade changed:
https://answers.launchpad.net/yade/+question/707019

    Status: Needs information => Open

Kevin Kuei gave more information on the question:
HI Jérôme,

That also appears to trigger a segfault. Output provided below for
reference.


```
~/yade-dem/tutorials$ yade
Welcome to Yade 2020.01a 
Using python version: 3.8.10 (default, May 26 2023, 14:05:08) 
[GCC 9.4.0]
TCP python prompt on localhost:9000, auth cookie `acysde'
XMLRPC info provider on http://localhost:21000
[[ ^L clears screen, ^U kills line. F12 controller, F11 3D view (press "h" in 3D view for help), F10 both, F9 generator, F8 plot. ]]

In [1]: from yade import plot 
   ...: plot.addData(x=0,y=1) 
   ...: plot.plots = {'x':'y'} 
   ...: plot.plot() 
   ...:                                                                         
Segmentation fault (core dumped)
```

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.