-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
I want to contribute (open for suggestions) #1566
Comments
One suggestion I have is working on patterns/hatching. A probably very simple thing you could fix is that the show method for The original prs implementing patterns are JuliaPlots/AbstractPlotting.jl#457 and JuliaPlots/GLMakie.jl#108. There is also an issue requesting this: #1385 |
Thank you for your suggestions and sorry for my late reply. Pattern support sounds super interesting. Instead I also took a look at documentation issues - there is for example #1112 for boxplot attributes. I think this docstring has been updated in part but it doesn't show in the API reference at all and does not show the current docstring when calling help from the REPL help?> boxplot
Also for the violin, the doc string does not match the attributes implemented. Related to that is issue #1312. I'd like to fix these issues, is there anything I need to be aware of e.g. a style guide? |
Maybe a bit late, but I noticed Makie is terrible in dealing with images or large arrays. Makie is awesome, but it was tested only for small data so far. See here: #1427, #1650. This un-optimal way of showing the images is a serious bottleneck and there is room for contributing in this direction as well. |
It should be fine with showing images, just heatmaps are a lot more taxing on performance intensive right now... |
@SimonDanisch I initially used image instead of heatmap because heatmap supports transparency while image does not. At that point in time I was not aware that image is a lot lighter than heatmap. Therefore, indeed, there is no serious bottleneck anymore. |
Hi there, |
Thank you! Closing this since its not really an "issue" :) |
Hi everyone,
I'm a Masters's student at the University of Stuttgart and participating in the course Simulation Software Engineering. As part of this course we are asked to contribute to an open source project to get familiar with the development workflow of such projects. For this challenge I chose Makie and I'm looking for suggestions :)
The contribution should be small but meaningful and there are no limitations for this contribution. It could be a new tutorial, bug fix, documentation, or any other maintenance task. However it should be something that is a good first issue as I'm a beginner Julia (and Makie) user (I do have programming experience in Matlab and Python) and I'm looking forward to learn by contributing.
The text was updated successfully, but these errors were encountered: