changeset 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 ea04a542a526 98b04947588d
files ext/DiffinitivePlotsExt.jl
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ext/DiffinitivePlotsExt.jl	Fri Feb 14 10:24:20 2025 +0100
+++ b/ext/DiffinitivePlotsExt.jl	Wed Feb 26 22:43:42 2025 +0100
@@ -57,17 +57,4 @@
     return x, y
 end
 
-# REVIEW: Remove?
-# get_axis_limits(plt, :x)
-
-
-# ReicpesPipline/src/user_recipe.jl
-# @recipe function f(f::FuncOrFuncs{F}) where {F<:Function}
-
-# @recipe function f(f::Function, xmin::Number, xmax::Number)
-
-# _scaled_adapted_grid(f, xscale, yscale, xmin, xmax)
-
 end
-
-