Skip to content

Plotting issues fix#25

Open
Pavel-Sedlacek wants to merge 1 commit into
skoudmar:graphsfrom
Pavel-Sedlacek:plot-fix
Open

Plotting issues fix#25
Pavel-Sedlacek wants to merge 1 commit into
skoudmar:graphsfrom
Pavel-Sedlacek:plot-fix

Conversation

@Pavel-Sedlacek
Copy link
Copy Markdown
Contributor

There were three issues with plotting:

  1. The bin flag does not control the number of bins. The value is adjusted to produce cleaner labels, so it would be better to rename it to scale.

  2. The binning assumes the x-axis only increases to the right, which is only true for datasets that include zero. This can cause incorrect bin offsets.

  3. The scatter plot did not resolve unit names properly, resulting in unclear labels. It now behaves the same as histograms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant