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'm not sure how to learn more about Table, ContainerPromise, Container, and ComposeNode.
Something like the diagrams type reference documentation that explains how the pieces fit together would be phenomenal! Right now it's a bit hard to figure how things fit together, even though I can appreciate that the overall architecture looks really tidy :)
The text was updated successfully, but these errors were encountered:
I started expanding the Compose docs in #303, and it's an ongoing process 😀.
To learn more, you can find examples of the outer constructors of those types in Gadfly.jl e.g. in Gadfly
table is used by Geom.subplot_grid
ctxpromise() is widely used in the text-related Guides to setup the possibility of horizontal or vertical text (if orientation=:auto), and in render_discrete_key() to setup a discrete key with an unknown number of columns.
Later, Guide.layout_guides also uses table, which uses an optimization algorithm to decide among all the possibilities which one maximizes the plot space, under the constraint that the text (or key) needs to fit into the absolute plot area.
As part of trying to understand #420, I went to console:
Click for full output
help?> table
I'm not sure how to learn more about
Table
,ContainerPromise
,Container
, andComposeNode
.Something like the diagrams
type reference
documentation that explains how the pieces fit together would be phenomenal! Right now it's a bit hard to figure how things fit together, even though I can appreciate that the overall architecture looks really tidy :)The text was updated successfully, but these errors were encountered: