コード例 #1
0
ファイル: graphics.py プロジェクト: cctbx/cctbx-playground
 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
ファイル: graphics.py プロジェクト: cctbx/cctbx-playground
 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)