Seth Axen

Results 726 comments of Seth Axen

The downside to the suggested change is that it's discontinuous. This could cause problems when recording animations or plotting interactively with Pluto, where suddenly the limits drastically change. It might...

The second plot looks weird because it's only changing the limits, which I think is done after the plot is drawn. So it's just taking the first plot and changing...

I'd also like to add the ability to provide the evaluation points as `x`, so one could do `ecdfplot(0:0.1:1, rand(100))`.

Before this is merged, I'd like to add the ability to specify the evaluation points.

I just checked, and using Pluto v0.15.1 I had no problems getting this to work in Pluto. @tiagoseq do you still get this error?

> Here's a radical (?) idear - why not upstream `@df` and some other stuff (like boxplots) to Plots itself? Is this still a plan everyone likes? Also, I wonder...

Related issue for bayesplot: https://github.com/stan-dev/bayesplot/issues/267

The vector of variable names should not be comma-separated. Note the example in the `corrplot` docstring: ```julia @df iris corrplot([:SepalLength :SepalWidth :PetalLength :PetalWidth]) ``` Can you verify that `@df filtered_df...

I was unable to reproduce this on ```julia julia> versioninfo() Julia Version 1.6.1 Commit 6aaedecc44 (2021-04-23 05:59 UTC) Platform Info: OS: macOS (x86_64-apple-darwin18.7.0) CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz...

I wasn't able to reproduce this. @eddieschoute if you update StatsPlots, do you still get this error?