realkrantz

Results 5 issues of realkrantz

Hi @mjskay. I would appreciate your help to make compare_level keep unused columns. For example, using the data ``` df = data.frame(g = c("a", "b", "c", "d"), x1 = rlnorm(10000),...

Using Julia REPL in vscode I can activate a project by typing: `]activate project` How can I do that using JuliaCall's `julia_console`? Thanks for any help.

#This works: ``` using VegaLite, VegaDatasets, ElectronDisplay dataset("cars") |> @vlplot(:point, x=:Acceleration, y=:Miles_per_Gallon, color=:Origin) ``` #But this does not work: ``` using DataFrames, ElectronDisplay df = DataFrame(a=rand(100), b=rand(100), c=rand(100)); electrondisplay(df) ```...

`ggVennDiagram` is a great work. Thanks. I would appreciate any thoughts on solving the following issues (also posted [here](https://stackoverflow.com/questions/77670549/venndiagram-how-to-show-label-item-not-count-and-exclude-character0-0)): ``` # # reproducible example library(ggVennDiagram) set.seed(0) small_list