Home
last modified time | relevance | path

Searched refs:posmatplotlib (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dglobal.cc6040 if (posmatplotlib>=0 && posmatplotlib<cs){ in python_import()
6042 posnumpy=posmatplotlib; in python_import()
6416 int posmatplotlib=cur.find("matplotlib"); in python2xcas() local
6417 if (posmatplotlib<0 || posmatplotlib>=cur.size()) in python2xcas()
6418 posmatplotlib=cur.find("pylab"); in python2xcas()
6427 (posmatplotlib<0 || posmatplotlib>=cs) in python2xcas()
6442 python_import(cur,cs,posturtle,poscmath,posmath,posnumpy,posmatplotlib,contextptr); in python2xcas()
6454 int posmatplotlib=cur.find("matplotlib"); in python2xcas() local
6455 if (posmatplotlib<0 || posmatplotlib>=cur.size()) in python2xcas()
6456 posmatplotlib=cur.find("pylab"); in python2xcas()
[all …]