rawanessam commited on
Commit
cebb92d
·
verified ·
1 Parent(s): 3c2636d

Update MLStructFP/db/_floor.py

Browse files
Files changed (1) hide show
  1. MLStructFP/db/_floor.py +2 -2
MLStructFP/db/_floor.py CHANGED
@@ -106,10 +106,10 @@ class Floor(object):
106
  def plot_basic(self) -> 'go.Figure':
107
  """
108
  Plot basic objects.
109
-
110
  :return: Go figure object
111
  """
112
- return self.plot_complex(fill=False, use_complex_walls=False)
113
 
114
  def plot_complex(
115
  self,
 
106
  def plot_basic(self) -> 'go.Figure':
107
  """
108
  Plot basic objects.
109
+
110
  :return: Go figure object
111
  """
112
+ return self.plot_complex(fill=False)
113
 
114
  def plot_complex(
115
  self,