Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[BUG]: Grouping by x, y, and stroke doesn't work #100

Closed
Labels
bugSomething isn't working
@jamesscottbrown

Description

@jamesscottbrown

This Observable Plot example renders like:

Image

It translates to SveltePlot as:

<Plotlabel="null"marginLeft={60}height={240}grid="true"r={{range: [0,40] }}>    <Dot        {...group(            {data:penguins,x:'species',y:'island',z:'sex',            },            {r:'count' }        )} /></Plot>

which renders as:

Image

Changingstroke: 'sex' toz: 'sex' fixes the grouping:

Image

but means that the male/female circles can't be distinguished.

TheSveltePlot docs sugegst this should work:

Groups on x and y channels as an additional z, fill, or stroke channel

(this is one of the issues surfaced by#72)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp