Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 28, 2024
1 parent 354db63 commit 691d8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwes/mwe_04.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stats = Stats(333, 3900, 25)
function show_stats(stats::Stats)
# fig = GLMakie.Figure(size = (400, 400))
scene = GLMakie.Scene()
GLMakie.text!(scene, 20, 0, text="hello", fontsize = 30)
GLMakie.text!(scene, 20, 0, text="hello", fontsize = 30, space=:pixel)
display(GLMakie.Screen(), scene)
nothing
end

0 comments on commit 691d8db

Please sign in to comment.