Releases
v1.1.1
Updated plotter:
Created 'curvipy.ScreenConfiguration(window_title, background_color, window_width, window_height) '.
Removed 'window_title ' and 'background_color ' attributes from 'curvipy.Plotter ' as they are now defined at 'curvipy.ScreenConfiguration '.
Updated 'curvipy.AxesConfiguration ' attributes:
Added 'show_axes_direction '
Added 'x_ticks_distance ' and 'y_ticks_distance '
Removed 'x_axis_scale ' and 'y_axis_scale '
Renamed 'x_axis_ticks ' and 'y_axis_ticks ' to 'x_ticks ' and 'y_ticks '
Renamed 'x_axis_tick_decimals ' and 'y_axis_tick_decimals ' to 'x_ticks_decimals ' and 'y_ticks_decimals '
Renamed 'x_axis_tick_number_align ' and 'y_axis_tick_number_align ' to 'x_ticks_align ' and 'y_ticks_align '
Renamed 'tick_number_color ' to 'ticks_color '
Renamed 'tick_number_font ' to 'ticks_font '
Updated 'curvipy.PlottingConfiguration ' attributes:
Removed 'PlottingConfiguration.show_vector_values '
Removed 'PlottingConfiguration.vector_values_line_color '
Removed 'PlottingConfiguration.vector_values_line_width '
You can’t perform that action at this time.