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]: Faceting drops entries with null values #99

Open
Labels
bugSomething isn't working
Milestone
@jamesscottbrown

Description

@jamesscottbrown

This Observable Plot example renders like this:

Image

It translates to SveltePlot as:

<Plot grid="true" marginRight={60} facet={{ label: null }}>    <Frame />    <Dot        data={penguins}        x="culmen_length_mm"        y="culmen_depth_mm"        fx="sex"        fy="species" /></Plot>

which then renders as:

Image

The 11 penguins withsex = null have been dropped, removing a column from the matrix of plots.

(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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp