Mercurial > repos > public > sbplib_julia
comparison ext/DiffinitivePlotsExt.jl @ 2003:524a52f190d7 feature/sbp_operators/laplace_curvilinear
Merge feature/grids/geometry_functions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 29 Apr 2025 09:03:05 +0200 |
parents | 2d6c45f53bc9 |
children |
comparison
equal
deleted
inserted
replaced
1962:496b8d3903c6 | 2003:524a52f190d7 |
---|---|
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 |