Skip to content

"maxval" ignored by Buffer.plot #507

Closed
@danstowell

Description

In current master, I can't seem to get Buffer.plot to choose its maxval properly:

// This works fine:
((0..31) / 4).plot(maxval: nil)


// This does not respect the request to find its own maxval
q = Buffer.alloc(s, 32)
q.setn(0, (0..31) / 4)
q.plot(maxval: nil)

Metadata

Assignees

Labels

bugIssues that relate to unexpected/unwanted behavior. Don't use for PRs.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions