Open denisovan31415 opened 2 years ago
@npaszty requested horizontal lines to be annotated on the axis (extra tick/break). There are some questions:
This issue needs proper research and design before taking in to account current geom_arb_hline, geom_range_hline, ..., etc. functions
@gogonzo @junlueZH if this is going to be a major refactor then that doesn't sound like it's worth it.
@junlueZH if user chooses to expand the axis range to let's say -20 to 70 then the additional ticks are displayed but don't have labels. using the spaghetti plot to illustrate. the ticks circled in red should have label of 60 and -10 respectively. I know there is no actual data at those expanded ranges but is it possible to get them labeled from the range entries of -20 to 70?
Originally posted by @npaszty in https://github.com/insightsengineering/teal.goshawk/issues/124#issuecomment-1057143386