Eddie Schoute
Eddie Schoute
I'm encountering a strange error when using `@df` that I don't understand but I made a MWE. ``` df = DataFrame(a = 1:10, b = 10 .* rand(10), c =...
Setting the background to transparent or false removes most supporting elements from the plot. demo ``` boxplot(rand(50,2), background=false) ```  ``` violin(rand(50,2), background=RGBA(0.5,0.5,0.5,0)) ```  This works fine (for pyplot...
I'm running into some issues when depending on the rand crate version 0.9, and when using this version to generate random BInt objects. For example, ``` let c: BInt =...
**Is your feature request related to a problem? Please describe.** It is common to use non-destructive measurements in fault-tolerant quantum computing. Depicting a sequence of these measurements using yquant is...