Skip to content

Histogram clipped earlier than axis after zoom #12

Description

@sboeser

In the attached screenshot, the right-most bin is not shown in full width. The histogram extends from 0 to 1. It is displayed correctly initially, but after zooming in, the right-most bin is clipped early (i.e. earlier than the y-axis).

Here is the histogram code:

i3d3.plot({data: [{type: "bars",
                 bins: [1,2,3,4,3,2,1],
                 range: [0,1]},
                ],
         div: "plot1",
         size: [400, 200],
       })

screen shot 2013-12-19 at 11 59 35

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions