- 11 Sep, 2018 3 commits
-
-
Mathieu Giraud authored
segmenter.py: Remove `-i` useless option Closes vdj#706 and #3430 See merge request !283
-
Mikaël Salson authored
Fixes #3430, vdj#706
-
Mathieu Giraud authored
-
- 30 Aug, 2018 1 commit
-
-
Mathieu Giraud authored
-
- 14 Aug, 2018 2 commits
-
-
Mathieu Giraud authored
Improve width of numerical bar plots See merge request !278
-
Mathieu Giraud authored
Features 2700, 2905 - bar x positions as in grid Closes #2905 and #2699 See merge request !275
-
- 13 Aug, 2018 5 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Prepares next commit.
-
Mathieu Giraud authored
It is .axisX.value_mapping.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
- 10 Aug, 2018 2 commits
-
-
Ryan Herbert authored
Feature s/3171 stats multi samples See merge request !269
-
Ryan Herbert authored
-
- 09 Aug, 2018 27 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Steps in integer axes should be limited. Revert 7c7e3f84, rename the function and call it at a more convenient place.
-
Mathieu Giraud authored
Feature c/2699 nicer numerical values Closes #2699 See merge request !274
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2420 and (not merged) 068295d4.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
See #2700. Closes #2905. Yeah.
-
Mathieu Giraud authored
js/{generic,numeric}_axis.js: use the same mechanism, pos/pos_from_value, re-factor pos into generic_axis Make converge populateValues(). See #2700 and #2905.
-
Mathieu Giraud authored
Remove computeBarLabel: we use the same regular labels than for MODE_GRID. See #2700
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
js/{generic,numerical}_axis.js, js/scatterPlot.js: rename and set MAX_NB_STEPS_IN_AXIS to 8, but stay at 6 for Y As the mechanism is more generic that what was used by bb410296, we can now have a higher maximal number of steps, at least for X. The actual numbers of steps will be often smaller, adapted to a nice distribution of label values. Closes #2699. One day, these values will be fixed dynamically to be responsive. See #2450.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Everything should now be in nice_min_max_steps()
-
Mathieu Giraud authored
The new x positions of clones were checked. They are consistent with the new (and better) position of labels.
-
Mathieu Giraud authored
See #2699.
-
Mathieu Giraud authored
Simultaneously find nice (min, max, step, nb_steps) values. See #2699.
-
Mathieu Giraud authored
See #2699.
-
Mathieu Giraud authored
See #2699.
-
Mathieu Giraud authored
Resolve "La selection par les labels de certains axes est fausse" Closes #2751 See merge request !277
-