-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The user should choose the font #49
Comments
This should be doable via a keyword arguments, these are all passed to Computer Modern is set as default for consistency with the LaTeX labels |
Ha but I think you misunderstand the problem. You set computer modern by default for every plot. Also the plots outside the package. So if I first plot via the HarmonicBalance package and afterwards plot a random plot like tldr: I wouldn't touch the 'Plots.default' function and implement that "computer modern" is the default plot font differently But it is just a suggestion :p |
The package should let the use choose the font he wants to use. Otherwise it can cause problem when using HarmonicBalance in practice. For example, I use a lot of unicodes in my variable naming. However, the forced
computer modern
font does not recognise the unicodes in ploting such that I get plotting results seen in the figure.The solutions would be to not touch the font setting of Plots.jl in the function
The text was updated successfully, but these errors were encountered: