Skip to content

Commit

Permalink
cant remove unicodefun just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jan 11, 2024
1 parent 4cabc36 commit 1ffc3a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
TriplotBase = "981d1d27-644d-49a2-9326-4793e63143c3"
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"

[compat]
Animations = "0.4"
Expand Down Expand Up @@ -111,4 +112,5 @@ StatsBase = "0.31, 0.32, 0.33, 0.34"
StatsFuns = "0.9, 1.0"
StructArrays = "0.3, 0.4, 0.5, 0.6"
TriplotBase = "=0.1.0"
UnicodeFun = "0.4"
julia = "1.3"
1 change: 1 addition & 0 deletions src/Makie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ using OffsetArrays
using Downloads
using ShaderAbstractions

import UnicodeFun
import RelocatableFolders
import StatsBase
import Distributions
Expand Down
2 changes: 1 addition & 1 deletion src/basic_recipes/axis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function draw_axis3d(textbuffer, linebuffer, scale, limits, ranges_labels, fonts
end / scale[j]
pos = labelposition(ranges, i, tickdir, titlegap[i] + tick_widths, origin) .+ offset2
push!(
textbuffer, to_latex(axisnames[i]), pos,
textbuffer, UnicodeFun.to_latex(axisnames[i]), pos;
fontsize = axisnames_size[i], color = axisnames_color[i],
rotation = axisrotation[i], align = axisalign[i], font = axisnames_font[i]
)
Expand Down

0 comments on commit 1ffc3a0

Please sign in to comment.