We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently on some images channel labels merge into background. Wound be nice to be able to change their color, size, boldness etc.
The text was updated successfully, but these errors were encountered:
You can use Makie Themes and specify various fonts.
using CairoMakie, TopoPlots data, positions = TopoPlots.example_data() labels = ["s$i" for i in 1:size(data, 1)] with_theme(Theme(; fontsize=25, fonts=(; regular="Courier New"))) do TopoPlots.eeg_topoplot(data[:, 340, 1]; labels, label_text=true, positions, axis=(aspect=DataAspect(),)) end
Sorry, something went wrong.
Great feature! Thank you very much! I guess putting this into documentation would be quite helpful.
No branches or pull requests
Currently on some images channel labels merge into background. Wound be nice to be able to change their color, size, boldness etc.
The text was updated successfully, but these errors were encountered: