Home
last modified time | relevance | path

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

/dports/math/py-pynleq2/pysces-0.9.8/pysces/
H A D__init__.py66 __USE_GNUPLOT__ = False variable
126 __USE_GNUPLOT__ = str2bool(__config_dict[key]) variable
170 __USE_GNUPLOT__ = str2bool(__userdict[key]) variable
216 if __USE_GNUPLOT__:
231 __USE_GNUPLOT__ = False variable
234 if __USE_MATPLOTLIB__ or __USE_GNUPLOT__:
236 if __USE_MATPLOTLIB__ and not __USE_GNUPLOT__:
238 elif __USE_GNUPLOT__ and not __USE_MATPLOTLIB__:
240 elif __USE_GNUPLOT__ and __USE_MATPLOTLIB__:
H A DPyscesPlot2.py1047 __USE_GNUPLOT__ = False variable in PyscesUPI
1090 if self.__USE_GNUPLOT__ and self.__USE_MATPLOTLIB__:
1105 if self.__USE_GNUPLOT__:
1253 if self.__USE_GNUPLOT__:
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/
H A D__init__.py72 __USE_GNUPLOT__ = False variable
144 __USE_GNUPLOT__ = str2bool(__config_dict[key]) variable
222 __USE_GNUPLOT__ = str2bool(__userdict[key]) variable
279 if __USE_GNUPLOT__:
300 __USE_GNUPLOT__ = False variable
303 if __USE_MATPLOTLIB__ or __USE_GNUPLOT__:
305 if __USE_MATPLOTLIB__ and not __USE_GNUPLOT__:
307 elif __USE_GNUPLOT__ and not __USE_MATPLOTLIB__:
309 elif __USE_GNUPLOT__ and __USE_MATPLOTLIB__:
H A DPyscesPlot2.py1165 __USE_GNUPLOT__ = False variable in PyscesUPI
1211 if self.__USE_GNUPLOT__ and self.__USE_MATPLOTLIB__:
1226 if self.__USE_GNUPLOT__:
1374 if self.__USE_GNUPLOT__: