Makie Roadmap [WIP] #4167
Replies: 14 comments 1 reply
-
I wonder if WidgetsBase could be integrated into MakieLayout now? It seems like nearly all of the widgets are, or will soon be supported there. |
Beta Was this translation helpful? Give feedback.
-
Yeah we should integrate them in the final version with the MakieLayout widgets! |
Beta Was this translation helpful? Give feedback.
-
Sorry for the noise, was trying to see if I could put this in multiple milestones at once, but it doesn't seem like it. |
Beta Was this translation helpful? Give feedback.
-
Shouldn't the "Log axis" box get a well-earned tickmark? ^_^ |
Beta Was this translation helpful? Give feedback.
-
You forget here the more important point of all for any package: the documentation. As today the documentation is TERRIBLE, I wasted many hours trying to figure how to color a surface point to point... I just deduced a solution reading a post in the forum of Julia. After, I was trying to figure out what kind of types are valid for the function Seriously, its a pain to try to do something with this library due to the lack of documentation. |
Beta Was this translation helpful? Give feedback.
-
Hey, leave such negativity somewhere else please. We don't need our hard volunteer work disparaged like that. If you find the documentation lacking, you can always help adding to it. |
Beta Was this translation helpful? Give feedback.
-
To add to @jkrumbiegel's response, I actually think it looks like documenting something as enormous as a plotting library is extremely difficult, and that the job done is really impressive. I generally find it sufficient to find out how to do everything I want to. |
Beta Was this translation helpful? Give feedback.
-
AFAIK the third point (data + marker space) has been implemented in the |
Beta Was this translation helpful? Give feedback.
-
I'd like to help with cleaning up recipes and add |
Beta Was this translation helpful? Give feedback.
-
I would propose to add the following (if possible with high priority): Allow to bring up a figure with CairoMakie from the REPL alone like Plots.jl can. |
Beta Was this translation helpful? Give feedback.
-
That should be working as of [email protected] |
Beta Was this translation helpful? Give feedback.
-
Ah, but you need to call |
Beta Was this translation helpful? Give feedback.
-
Sorry, but I was not able to plot from REPL.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
scatter(rand(5), color=rand(5))
)Beta Was this translation helpful? Give feedback.
All reactions