Skip to content

"theme" is lost when going via draft and membrane #20

@behrica

Description

@behrica
(-> (rdatasets/datasets-iris)
    (pj/lay-point :sepal-length :sepal-width {:color :species})
    (pj/options {:title "White Theme"
                 :theme {:bg "blue" :grid "#eeeeee" :font-size 10}})
    (pj/pose->draft)
    (pj/draft->membrane)
    (pj/membrane->plot :svg {})

    )

ignores the them and I get:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions