You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While these can be easily done via geom_linerange, it's easier and more intuitive to support these. Implementation should be straightforward.
On the implementation side we should probably do it by adding an additional trivial dataframe, to avoid the "overdrawing" that currently happens for geom_linerange if it's being used for this purpose.
The text was updated successfully, but these errors were encountered:
If you would like to learn about that, I'm not going to stop you. ;)
What I mentioned in the issue should really be all that is required. This implies that one should only have to add the geom_h/vline procs in ggplotnim.nim and as long as one creates the correct return value, everything should already work. No additional things required, I believe. While doing this the kind field of the returned returned Geom should just be set to gkLine and a trivial data frame is given for the optional data field.
Just keep in mind that adding a recipe can be quite annoying.
If you want to give it a try, feel free to ping me on matrix / discord of course.
While these can be easily done via
geom_linerange
, it's easier and more intuitive to support these. Implementation should be straightforward.On the implementation side we should probably do it by adding an additional trivial dataframe, to avoid the "overdrawing" that currently happens for
geom_linerange
if it's being used for this purpose.The text was updated successfully, but these errors were encountered: