Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precision settings do not carry over to plots #1610

Open
ptomecek opened this issue Nov 14, 2021 · 1 comment
Open

Precision settings do not carry over to plots #1610

ptomecek opened this issue Nov 14, 2021 · 1 comment
Labels
bug Concrete, reproducible bugs

Comments

@ptomecek
Copy link

ptomecek commented Nov 14, 2021

Bug Report

Steps to Reproduce:

  1. Create a table with data y = [0.001, 0.001, 0.003]
  2. Open a PerspectiveWidget with the table
  3. Set the precision of the column to 3 or 4 decimal places
  4. Switch the plugin to "Y-line", "Y-bar" or one of the others

Expected Result:

The precision of the axis labels corresponds to the precision set in the tabular view (i.e. 3 or 4 places)

Actual Result:

Axis labels remain set to the default 2 digit precision, with no way to change them. Thus all the labels display as "0.00" and the graph is not useful.

Environment:

Perspective 1.0.1

Additional Context:

Separately, I can't find a way to programmatically retrieve/set the precisions. Maybe this belongs as a new feature request...

@texodus texodus added the bug Concrete, reproducible bugs label Nov 14, 2021
@ceikit
Copy link

ceikit commented May 31, 2023

any update on this? @texodus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

No branches or pull requests

3 participants