my_tikzplotlib_save#
- actinvoting.my_tikzplotlib_save(tikz_file_name, tikz_directory='sav', axis_width='\\axisWidth', axis_height='\\axisHeight', invert_legend_order=False)[source]#
Save a figure in tikz.
- Parameters:
tikz_file_name (str or Path) – Name of the tikz file.
tikz_directory (str or Path) – Directory where to save the tikz file.
axis_width (str) – Width of the axis in pgfplots.
axis_height (str) – Height of the axis in pgfplots.
invert_legend_order (bool) – If True, invert the order of the curves in the legend.