class foxes.output.RotorPointPlot(foxes.output.Output)[source]

Visualizes rotor points and their weights.

Attributes

rotor_model: foxes.core.RotorModel

The rotor model

algo: foxes.core.Algorithm, optional

The algorithm

Public members

RotorPointPlot(rotor_model, algo=None, **kwargs)[source]

Constructor.

get_point_figure(ax=None, fig=None, figsize=(5, 5), title=None, ...)[source]

Get a scatter plot of the rotor points.

get_fpath(fname)[source]

Gets the total file path

write(file_name, data, format_col2var={}, format_dict={}, **kwargs)[source]

Writes data to file via pandas.

classmethod print_models()[source]

Prints all model names.

classmethod new(output_type, *args, **kwargs)[source]

Run-time output model factory.