David P. Sanders

Results 444 comments of David P. Sanders

Or `collect(10:99)`, or `Vector(10:99)`

Part of the review for the JuliaCon proceedings: https://github.com/JuliaCon/proceedings-review/issues/96

Part of the review for the JuliaCon proceedings: https://github.com/JuliaCon/proceedings-review/issues/96

Part of the review for the JuliaCon proceedings: https://github.com/JuliaCon/proceedings-review/issues/96

It would be great to make [plot recipes](https://docs.juliaplots.org/latest/recipes/) for Plots.jl. You could maybe detect which plotting package is available and define code accordingly. (But all that is necessary for the...

(This change is not required for the review.)

I get ``` present() VM148:1 Uncaught ReferenceError: present is not defined at :1:1 ```

I'd definitely like to have a go to see if it's usable!

Open the Javascript console in your browser (developer tools) and type `present()` there.