morrisseyj
morrisseyj
Trying to use geom_dumbbell() on plot with log transformed x and y axes. Throws error: ``` Error in [.data.frame(df, , c("alpha", "colour", "size", "linetype")) : undefined columns selected ``` Here...
When joining a number of ggplot figures using ggpubr the titles generated in ggplot (using labs()) overlap with the title generated in annotate_figure (using fig.lab =). Example: #import libraries ```...
Calling `ggplotly` on `ggplot` invoking `geom_area` results in a plot in which the tooltip activates when hovering over the "lines" separating the areas. I would have expected the tooltip to...
I am struggling to get bertopic installed on a windows machine. hdbscan seems to fail everytime. Here are the details of what I trying to do and what i have...
This is a question, more than an issue. If it should be on SO, let me know and i will post there. Apologies in advance if that is the case....
I am struggling to install hdbscan into a virtual environment. I am trying to do this as part of a bertopic install - which is also failing when trying to...
I am trying to run a supervised topic model, but when i look at the results the model produces topic numbers that are different to those that i trained it...