biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 40 forks source link

Line chart does not allow display of very small values #247

Open kaimikael opened 1 year ago

kaimikael commented 1 year ago
Timeseries version

0.5.1

Orange version

3.34.0

Expected behavior

In the attached workflow I have both a Line plot and a Line chart. They are fed with data where the y value is fairly small (on the order of 10⁻⁵–10⁻⁶). I expect the two widgets to show much the same display.

Actual behavior

The Line plot scales to the relevant range and shows the variations, whereas the Line chart shows the data as flat lines and cannot be rescaled.

Steps to reproduce the behavior

Load the attached workflow, check the two widgets named “Murders/capita over time”. Note that the Line chart version insists that all values are 0.

Additional info (worksheets, data, screenshots, ...)

Murder.zip