Eddie Schoute

Results 4 issues of 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) ``` ![boxplot_bg](https://user-images.githubusercontent.com/25747714/89575860-671e7080-d7fc-11ea-9a71-c7b8b15e88af.png) ``` violin(rand(50,2), background=RGBA(0.5,0.5,0.5,0)) ``` ![plot_background](https://user-images.githubusercontent.com/25747714/89576216-fb88d300-d7fc-11ea-9cbb-82ec90f06874.png) 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...