Liking cljdoc? Tell your friends :D

scicloj.plotje.render.bufimg

Render membrane drawable trees to java.awt.image.BufferedImage via membrane's Java2D backend. Faster than SVG for large plots and produces raster output that Clay renders automatically.

Render membrane drawable trees to java.awt.image.BufferedImage via
membrane's Java2D backend. Faster than SVG for large plots and
produces raster output that Clay renders automatically.
raw docstring

scicloj.plotje.render.composite

Composite plan -> membrane rendering. The CompositePlan dispatch of the plan->membrane multimethod, plus the membrane drawables for composite chrome (title, strip labels, shared legend).

Pure data-side composite logic -- chrome geometry, layout computation, composite-pose->draft, composite-draft->plan -- stays in impl/compositor.clj. This namespace only handles the rendering side and depends on membrane, keeping impl/ free of membrane dependencies.

Composite plan -> membrane rendering. The CompositePlan dispatch of
the plan->membrane multimethod, plus the membrane drawables for
composite chrome (title, strip labels, shared legend).

Pure data-side composite logic -- chrome geometry, layout
computation, composite-pose->draft, composite-draft->plan -- stays
in `impl/compositor.clj`. This namespace only handles the rendering
side and depends on membrane, keeping `impl/` free of membrane
dependencies.
raw docstring

No vars found in this namespace.

scicloj.plotje.render.membrane

Build a PlotjeMembrane from a plan. Plan → membrane is format-agnostic: the resulting Membrane component can be rendered to SVG, PNG, or any other format a Membrane backend supports.

The PlotjeMembrane record itself, plus the membrane? and membrane-tree? predicates, live in scicloj.plotje.impl.membrane and are re-exported here for callers already using this namespace.

Build a `PlotjeMembrane` from a plan.
Plan → membrane is format-agnostic: the resulting Membrane
component can be rendered to SVG, PNG, or any other format a
Membrane backend supports.

The `PlotjeMembrane` record itself, plus the `membrane?` and
`membrane-tree?` predicates, live in `scicloj.plotje.impl.membrane`
and are re-exported here for callers already using this namespace.
raw docstring

scicloj.plotje.render.svg

Convert membrane drawable trees to SVG hiccup.

Convert membrane drawable trees to SVG hiccup.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close