Toby Driscoll

Results 9 issues of Toby Driscoll

The methods DSCMAP and DSCINVMAP are more like the old DSCPACK and not really integrated into the toolbox way of doing maps. Plotting should use the proper mapping method once...

bug

Perhaps the curve-style graphics should have an alternative of contourf plots.

enhancement

"name" = "Juliainstaller" "operating_system" = "Mac OS 13.6.0 [64-bit]" "crate_version" = "1.13.0" "explanation" = """ Panic occurred in file 'src/operations.rs' at line 794 """ "cause" = """ called `Result::unwrap()` on...

This goes to address issue #268.

I was motivated recently to make [silhouette plots](https://www.sciencedirect.com/science/article/pii/0377042787901257) to look at the quality of a clustering with no known ground truth. If there is interest I can create a PR...

**Is your feature request related to a problem? Please describe.** A `prf` environment always puts its title inside parentheses. **Describe the solution you'd like** I'd like the ability to customize...

enhancement

It looks as though Format.jl sets the CSS border, margins, and padding of a `pre.hljl` selector using hard-coded values. In my testing, a theme cannot override these settings. This complicates...

enhancement
help wanted

The following is incorrect: ```julia julia> T = Double64 Double64 (alias for DoubleFloat{Float64}) julia> x = Double64(0.9, 1e-20) 9.00000000000000022214460492503130852e-01 julia> abs(x - T(9)/10) 2.22144604925031320405193304841894479e-17 julia> isapprox(x, T(9)/10; rtol=1e-22, atol=1e-22) true...

New line pushes the required options onto the argument stack. This lets latexmk run without options, which is helpful for working in some writing environments (such as LaTeX Workshop in...