Julia Programming Language
How to specify text in Plots? (font family, font size, etc.)
General Usage
plotting
lmiq
April 30, 2021, 2:06pm
2
julia> plot(title="Test",titlefont=font(20,"Computer Modern"))
Take a look at this as well:
2 Likes
show post in topic