Nathan Boyer

Results 40 issues of Nathan Boyer

I would think default behavior should be to center the table beneath the full title. ``` FAD Residual Bore Tangential St… t₀ = 1.000 Root Mean Square Error = 3.529E…...

I love the new `vcrop_mode = :middle` feature, but I would like a way to define how many rows appear on either side of the ellipsis. `display_size` can achieve this...

I am trying to follow the documentation below. >In some cases, explicitly transforming the data can be burdensome. Gadfly lets you avoid this by referring to columns or groups of...

## Details ```julia julia> using Plots julia> plotly() Plots.PlotlyBackend() julia> plot(1:3, 4:6, label="y", legend=:left) julia> savefig("test.png") ERROR: UndefVarError: savefig not defined Stacktrace: [1] _show(io::IOStream, #unused#::MIME{Symbol("image/png")}, plt::Plots.Plot{Plots.PlotlyBackend}) @ Plots C:\Users\nboyer.AIP\.julia\packages\Plots\hxZ0l\src\backends\plotlybase.jl:21 [2]...

bug
Plotly

Documentation update related to #2866. This is a work in progress and my first pull request. Contributions welcome.

doc

I'd like to see a `juliaup` command which would activate an auto-update mode, so casual users can set it and forget it (at least until Julia 2.0). This would check...

enhancement

The `dims` function is used inside the `mapping` function throughout the documentation, especially in [Wide Data](http://juliaplots.org/AlgebraOfGraphics.jl/dev/gallery/gallery/data%20manipulations/wide_data/#Wide-data), but I can't find an explanation of it anywhere. It should at least be...

It would be convenient to have a way to clear the plot plane from within a script and the REPL. I would put the function at the top of scripts...

enhancement
feature request

MWE: *Adjust inputs to slightly strain your machine.* *I am running in VSCode for Windows.* ```julia using GLMakie, Term, Term.Progress f1(x) = for i in 1:x; println(i); end; sleep(4) f2(x)...

VSCode often gets confused about which module I want to run code in and thus errors when it shouldn't. Please add the ability to lock in a module so that...