Skip to content

Commit 46a8b03

Browse files
committed
add comment of method to draw binary map
1 parent 8b17510 commit 46a8b03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/mapping/binary/binary_map.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@ def update_map(self, points_x_list, points_y_list):
3232
pass
3333

3434
def draw_map(self, axes, elems):
35+
""""
36+
Function to draw map data
37+
axes: Axes object of figure
38+
elems: List of plot object
39+
"""
3540

3641
pass

0 commit comments

Comments
 (0)