You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found your very nice package! Some time ago I wrote TuePlots.jl, with it seems a similar goal in mind: I wanted an easy way to make figures for publications, and in particular I wanted the correct fonts and figure sizes. But if there were a significant overlap between TuePlots.jl and MakiePublications.jl, maybe it would make sense to merge both projects? From my side, I think 90% of what I wanted from TuePlots would be covered if we add settings for the common machine learning papers to MakiePublication.jl (see the list of settings here). You could also have a look at the TuePlots docs to get an impression of the API and the implemented features.
Let me know if this seems interesting to you, and if yes how to best get started to merge these two projects 🚀
The text was updated successfully, but these errors were encountered:
Thanks for your interesting! From a very quick looking at your TuePlots.jl I think it makes sense to merge and it should be not too hard to do so. I am open to any proposals. I may take this chance to refractor the internal implementation of MP to be more flexible. Currently, it does not support font configurations, though it can be configured outside of MP.
Great! I did not yet have a look at how your package is set up so I don't really know how to best approach this. I think from my side, I would want to
have all the venues listed in this settings.jl file from TuePlots as options
have some way to specify half-width figures for those layouts that are two-column (and their size should not just be width/2 as there is space in the midddle)
ideally also have a built-in font configuration
Maybe 1. would be the best start. What would be the best way to just add all these settings to MakiePublications.jl?
I just found your very nice package! Some time ago I wrote TuePlots.jl, with it seems a similar goal in mind: I wanted an easy way to make figures for publications, and in particular I wanted the correct fonts and figure sizes. But if there were a significant overlap between TuePlots.jl and MakiePublications.jl, maybe it would make sense to merge both projects? From my side, I think 90% of what I wanted from TuePlots would be covered if we add settings for the common machine learning papers to MakiePublication.jl (see the list of settings here). You could also have a look at the TuePlots docs to get an impression of the API and the implemented features.
Let me know if this seems interesting to you, and if yes how to best get started to merge these two projects 🚀
The text was updated successfully, but these errors were encountered: