Mercurial > repos > public > sbplib_julia
comparison ext/DiffinitivePlotsExt.jl @ 1981:ea04a542a526 feature/grids/geometry_functions
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Feb 2025 22:44:10 +0100 |
parents | 2d6c45f53bc9 |
children |
comparison
equal
deleted
inserted
replaced
1979:db3383581b9f | 1981:ea04a542a526 |
---|---|
55 end | 55 end |
56 | 56 |
57 return x, y | 57 return x, y |
58 end | 58 end |
59 | 59 |
60 # get_axis_limits(plt, :x) | |
61 | |
62 | |
63 # ReicpesPipline/src/user_recipe.jl | |
64 # @recipe function f(f::FuncOrFuncs{F}) where {F<:Function} | |
65 | |
66 # @recipe function f(f::Function, xmin::Number, xmax::Number) | |
67 | |
68 # _scaled_adapted_grid(f, xscale, yscale, xmin, xmax) | |
69 | |
70 end | 60 end |
71 | |
72 |