File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
3838TOML = " fa267f1f-6049-4f14-aa54-33bafae1ed76"
3939UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
4040UnicodeFun = " 1cfade01-22cf-5700-b092-accc4b62d6e1"
41- UnitfulLatexify = " 45397f5d-5981-4c77-b2b3-fc36d6e9b728"
4241Unzip = " 41fe7b60-77ed-43a1-b4f0-825fd5a5650d"
4342
4443[weakdeps ]
@@ -53,7 +52,7 @@ FileIOExt = "FileIO"
5352GeometryBasicsExt = " GeometryBasics"
5453IJuliaExt = " IJulia"
5554ImageInTerminalExt = " ImageInTerminal"
56- UnitfulExt = [ " Unitful" , " UnitfulLatexify " ]
55+ UnitfulExt = " Unitful"
5756
5857[compat ]
5958Aqua = " 0.8"
@@ -93,7 +92,6 @@ StatsBase = "0.33 - 0.34"
9392UnicodeFun = " 0.4"
9493UnicodePlots = " 3.4"
9594Unitful = " 1.25"
96- UnitfulLatexify = " 2"
9795Unzip = " 0.1 - 0.2"
9896julia = " 1.10"
9997
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ import RecipesBase
88@ext_imp_use :import Unitful Quantity unit ustrip Unitful dimension Units NoUnits LogScaled logunit MixedUnits Level Gain uconvert
99import LaTeXStrings: LaTeXString
1010import Latexify: latexify
11- if ! isdefined (Base, :get_extension )
12- import UnitfulLatexify # On Julia <1.9, this glue package loads the extension.
13- end
1411
1512const MissingOrQuantity = Union{Missing, <: Quantity , <: LogScaled }
1613
Original file line number Diff line number Diff line change 294294 @test plot (y, label = P " meters" ) isa Plots. Plot
295295 end
296296
297- isdefined (Base, :get_extension ) && @testset " latexify as unitformat" begin
297+ @testset " latexify as unitformat" begin
298298 y = rand (10 ) * u " m^-1"
299299 @test yguide (plot (y, ylabel = " hello" , unitformat = latexify)) == " \$ hello\\ ;\\ left/\\ ;\\ mathrm{m}^{-1}\\ right.\$ "
300300
You can’t perform that action at this time.
0 commit comments