Commit Graph

4691 Commits

Author SHA1 Message Date
Léa Saviot
4a89ff4ba5 [apps/statistics] Remove duplicate banner views 2018-05-29 15:34:49 +02:00
Léa Saviot
c84fd45b97 [apps/statistics] Show several histograms 2018-05-29 15:34:49 +02:00
Léa Saviot
b1e732e135 [apps] Color Series names if not empty in Statistics 2018-05-29 15:34:49 +02:00
Léa Saviot
54ca272eb1 [apps] Set margins in Shared::StoreController 2018-05-29 15:34:49 +02:00
Léa Saviot
4a2963381d [apps] Reorganize Shared::StoreController 2018-05-29 15:34:49 +02:00
Léa Saviot
614b74eff9 [apps/statistics] Clean HistogramView 2018-05-29 15:34:49 +02:00
Léa Saviot
bb2921054e [apps/statistics] Clean HistogramParameterController 2018-05-29 15:34:49 +02:00
Léa Saviot
2cf34c4cef [apps/statistics] Clean HistogramController 2018-05-29 15:34:49 +02:00
Léa Saviot
94cee8981f [apps/statistics] Clean HistogramBannerView 2018-05-29 15:34:49 +02:00
Léa Saviot
0e9897ab92 [apps/statistics] Clean CalculationController 2018-05-29 15:34:49 +02:00
Léa Saviot
4149c99ded [apps/statistics] Clean BoxView 2018-05-29 15:34:49 +02:00
Léa Saviot
c7aab7b69b [apps/statistics] Clean BoxRange 2018-05-29 15:34:49 +02:00
Léa Saviot
80ee817c45 [apps/statistics] Clean BoxBannerView 2018-05-29 15:34:49 +02:00
Léa Saviot
c806ae65f8 [apps/statistics] Inline methods in app.cpp 2018-05-29 15:34:49 +02:00
Léa Saviot
f6ceeeb793 [apps/statistics] Inline method in BoxController 2018-05-29 15:34:49 +02:00
Léa Saviot
9376b7c62d [apps/statistics] Reorganize BoxController 2018-05-29 15:34:49 +02:00
Léa Saviot
f775af59de [apps] Draw empty cells if no data in StoreController 2018-05-29 15:34:49 +02:00
Léa Saviot
9fe7cd2a46 [apps] Rename FloatPairStore methods 2018-05-29 15:34:48 +02:00
Léa Saviot
551606037d [apps] Do not display empty cells in store_controller 2018-05-29 15:34:48 +02:00
Léa Saviot
11251f03de [apps] Fix Statistics: now displays three series 2018-05-29 15:34:48 +02:00
Léa Saviot
a184ff95b4 [apps] Inline shared/store_parameter_controller.h 2018-05-29 15:34:48 +02:00
Léa Saviot
7637183055 [apps] Multiple series in regression/store 2018-05-29 15:34:48 +02:00
Léa Saviot
25713dc950 [apps] Clean and inline regression/store 2018-05-29 15:34:48 +02:00
Léa Saviot
33fa32d55f [apps] Multiple data series in FloatPairStore 2018-05-29 15:34:48 +02:00
Léa Saviot
600f5307c4 [apps] Use sumOfOccurrences() in statistics/store.cpp 2018-05-29 15:34:48 +02:00
Léa Saviot
9e47b62775 [apps] Inline statistics/store.h 2018-05-29 15:34:48 +02:00
Léa Saviot
40d541bc1c [apps] Display 3 series in Regression and Stats 2018-05-29 15:34:48 +02:00
Léa Saviot
cb67aa535d [apps/shared] Create static ints for cell types 2018-05-29 15:34:48 +02:00
Léa Saviot
dfca5d8438 [apps/statistics] Allow non integer value sizes 2018-05-29 15:34:48 +02:00
Émilie Feral
332564318b [statistics] Recompute the histogram range parameters if the store has
changed (even if the bar parameters has not changed, the maximal size
might differ)
2018-05-29 15:34:07 +02:00
Romain Goyet
fde48836e8 Update the README 2018-05-28 10:35:59 +02:00
Romain Goyet
5251c297bb Move to CC-BY-NC-SA 2018-05-28 10:30:45 +02:00
Émilie Feral
20f60319bf [poincare] Fix fix CharLayout: avoid adding multiplication sign between Sto
and another expression without breaking other writeTextInBuffer
(1+x+x^2+x^3)
2018-05-25 10:01:49 +02:00
Émilie Feral
d11967f41a [poincare] Fix CharLayout: avoid adding multiplication sign between Sto
and another expression
2018-05-24 14:49:00 +02:00
Émilie Feral
386ebc5bfc [poincare] Decimal: fix buffer overflow in convertToText 2018-05-23 10:26:52 +02:00
Émilie Feral
84a78c8a9b [probability] Add comment for future improvement in Binomial law
computation
2018-05-23 10:14:21 +02:00
Émilie Feral
0ee32e15be [shared] Curve view: Avoid drawing all bars in histograms when bars
overlap each other due to pixel resolution
2018-05-23 10:14:21 +02:00
Émilie Feral
f2887e895d [probability] Increase the cap of parameters on binomial law 2018-05-23 10:14:21 +02:00
Émilie Feral
7f6d1f0e31 [probability] Fix evalution of the binomial density: some computation
were done in float instead of in double
2018-05-23 10:14:21 +02:00
Émilie Feral
da8286d3f7 [code] Escaping the input loop on a 'home' event should be handled by
the code app instead of the console controller to ensure to escape the
input loop even when the toolbox (or any modal) is displayed
2018-05-23 10:01:15 +02:00
Émilie Feral
5cfe20ad15 [code] Move ConsoleController from MenuController to App 2018-05-23 10:01:15 +02:00
Émilie Feral
2bd93844cd [poincare] Bug Product([1 1], 1, 3): if the intermediate result is
nullptr, escape the evaluation and return an undefined expression
2018-05-23 09:56:26 +02:00
Émilie Feral
f2d096be63 [emscripten] Add WHITELISTED symbols to call 'input()' outside a
function in Python
2018-05-22 17:48:48 +02:00
Romain Goyet
8fc32900c2 [emscripten] Sort ASYNC symbols 2018-05-22 15:59:20 +02:00
Romain Goyet
bb10e13aab [emscripten] Allow "input()" to be called outside of a function 2018-05-22 15:59:20 +02:00
Léa Saviot
7fec844759 Makefile: Version 1.5.0
Change-Id: I1f887fc12dc74586bfe30f3ab015c412166c1f81
2018-05-17 17:56:42 +02:00
Émilie Feral
eaabe7e486 [poincare] Set default edition mode to 2D 2018-05-17 17:56:20 +02:00
Émilie Feral
58d10403e2 [apps/sequence] Fix maxFirstIndex for double recursive sequences 2018-05-17 17:32:55 +02:00
Léa Saviot
f2d1247cf9 [code] Invalid the script node. If we don't, layouting the subviews
would use the deleted python heap.
using the python heap before

Change-Id: Icf77e7723d843ff415b8e2da11f5ab64eba48aef
2018-05-17 17:23:55 +02:00
Émilie Feral
b2b141aae4 [escher] Fix underscore replacement for subscript insertion in textfield 2018-05-17 16:53:16 +02:00