Differences between _generate_triangle_plot and _generate_reverse_triangle plot
Is there any reason why the _generate_triangle_plot()
allows an existing figure to be passed to it via the existing_figure
argument, but _generate_reverse_triangle_plot()
doesn't? Unless there's some fundamental reason that it wouldn't work it would be useful if _generate_reverse_triangle_plot()
could also take in and use existing_figure
.