INNER CODE UNIT · Python
save
annoviko/pyclustering · pyclustering/cluster/__init__.py:207
def save(self, filename, **kwargs):
"""!
@brief Saves figure to the specified file.
@param[in] filename (string): File where the visualized clusters should be stored.
@param[in] **kwargs: Arbitrary keyword arguments (available arguments: 'visible_axis' 'visible_labels', 'visible_grid', 'row_size', 'show').
<b>Keyword Args:</b><br>
- visible_axis (bool): Defines visibility of axes on each canvas, if True - axes are visible.
By default axis of each canvas are not displayed.
- visible_labels (bool): Defines visibility of labels on each canvas, if True - labels is displayed.
By default labels of each canvas are displayed.
- visible_grid (bool): Defines visibility of grid on each canvas, if True - grid is displayed.
By default grid of each canvas is displayed.
- max_row_size (uint): Maximum number of canvases on one row.
"""