예제 #1
0
 def __init__ (self, *args, **kwds) :
   simple_matplotlib_plot.__init__(self, *args, **kwds)
   rotamer_plot_mixin.__init__(self, *args, **kwds)
예제 #2
0
파일: graphics.py 프로젝트: dials/cctbx
 def __init__(self, *args, **kwds):
     simple_matplotlib_plot.__init__(self, *args, **kwds)
     rotamer_plot_mixin.__init__(self, *args, **kwds)
예제 #3
0
 def __init__ (self, *args, **kwds) :
   simple_matplotlib_plot.__init__(self, *args, **kwds)
   ramachandran_plot_mixin.__init__(self, *args, **kwds)
예제 #4
0
파일: graphics.py 프로젝트: dials/cctbx
 def __init__(self, *args, **kwds):
     simple_matplotlib_plot.__init__(self, *args, **kwds)
     ramachandran_plot_mixin.__init__(self, *args, **kwds)