Nick
Nick
Perhaps related to another [issue](https://github.com/JuliaPlots/Plots.jl/issues/1276) with twinx(): it is not possible (or does not seem possible) to independently set the y-limits of the twined axes. ## MWE ```julia using Plots...
using `local x`, then introducing the suppression code block does not make `x` available outside the scope of the suppression block. Initializing `x` to anything before the code block, then...
sinh, cosh, tanh, asinh, acosh, atanh are intrinsic functions in fortran - thought it would be nice to add support for them.
It would be great if Plots had ways to retrieve plot attributes, not just set them. For instance it would be useful to setup conditional control protocols depending on what...
There seems to be some misalignment of the documentation with the Optim.OptimizationState: https://docs.sciml.ai/Optimization/stable/API/optimization_state/ The fields in OptimizationState in the documentation are listed as follows: Fields iter: current iteration u: current...
`test_t1.jl` can run without error if `Gmsh.initialize()` --> `gmsh.initialize()` `Gmsh.finalize()` --> `gmsh.finalize()` `test_t16.jl` fails on line 9 `gmsh.model.occ.addBox(0,0,0, 1,1,1, 1)` with error: `gmshModelOccAddBox returned non-zero error code: 1` this seems...