Mercurial > repos > public > sbplib_julia
comparison ext/DiffinitivePlotsExt.jl @ 1980:2d6c45f53bc9 feature/grids/manifolds
Remove some left over comments from Plots extension
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Feb 2025 22:43:42 +0100 |
parents | 3694f11075c5 |
children |
comparison
equal
deleted
inserted
replaced
1972:3694f11075c5 | 1980:2d6c45f53bc9 |
---|---|
55 end | 55 end |
56 | 56 |
57 return x, y | 57 return x, y |
58 end | 58 end |
59 | 59 |
60 # REVIEW: Remove? | |
61 # get_axis_limits(plt, :x) | |
62 | |
63 | |
64 # ReicpesPipline/src/user_recipe.jl | |
65 # @recipe function f(f::FuncOrFuncs{F}) where {F<:Function} | |
66 | |
67 # @recipe function f(f::Function, xmin::Number, xmax::Number) | |
68 | |
69 # _scaled_adapted_grid(f, xscale, yscale, xmin, xmax) | |
70 | |
71 end | 60 end |
72 | |
73 |