Represent data out of scale in ggplot

I have a chart with a fixed scale using ggplotly. One (or several) of my data is out of scale and ggplotly doesn't show it to me (in fact, I don't want it to show it because otherwise it will leave all my other data out of scale). I need to include a shape (arrow ideally, pointing up or down, as the case may be), that informs the reader that there is an overscaled data. Also, using ggplotly for that graph, when hovering over that arrow, the text I have defined should appear.

Something like that:

image

There is something similar at the following link. I do not know what ggplotly will do with that.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.