Skip to content

Adding a :shape doesn't update the legend #4

@otfrom

Description

@otfrom

Adding a :shape true pair alongside a :color true pair doesn't update the legend. The chart itself looks correct though.

(ns witan.scribble
  (:require
   ;; Rdatasets -- standard datasets
   [scicloj.metamorph.ml.rdatasets :as rdatasets]
   ;; Kindly -- notebook rendering protocol
   [scicloj.kindly.v4.kind :as kind]
   ;; Plotje -- composable plotting
   [scicloj.plotje.api :as pj]))

(-> (rdatasets/datasets-iris)
    (pj/lay-point :species :sepal-width {:color :species
                                         :shape :species}))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions