I was creating a scatterplot using Taipy and wanted to know the best way to include horizontal or vertical lines on the plot. In Plotly, there is a convenient function called fig.add_vline()
to add vertical lines to a scatterplot. However, I need help finding a direct equivalent function in Taipy to achieve the same result.
Expected Behavior:
It would want to know if adding horizontal or vertical lines to a scatterplot is possible. This feature would allow users to easily visualize specific reference lines or thresholds in their scatterplots, aiding in data analysis and interpretation.