-
Look at the image:
![screen shot 2016-11-03 at 17 13 39](https://cloud.githubusercontent.com/assets/833197/19974459/e5df6daa-a1e8-11e6-886f-9c56bac68e83.png)
we need a way to navigate inside this …
mcamp updated
8 years ago
-
I tried the following:
```Smalltalk
smallSuiteGenerator := SSmallSuiteGenerator newInstance.
smallSuiteGenerator seed: [RTRoassalExample new exampleAligningGroups].
smallSuiteGenerator fitness: (S…
-
The current tiling algorithm looks bad: some rectangles have a large aspect ratio. In addition, I am not sure that the current algorithm guarantees the stability and ordering of the map when changing …
-
Co usage map should be able to propagate selected entities, like container and inner container, even including the search results
-
I have to see the distributions of this data. I have 100,000 times the value `1`, 200,000 times the value `2` and 50,000 the value `3`. With the current implementation of the density, I am obliged to …
-
From @guillep 's idea.
Is it possible to have only one class for ticks? All 4 tick classes are rather similar, so it could be possible to refactor them into one. I don't know if it would be better or…
-
With Martin we found an issue related to siblings overlapping events propagation.
-
If I set up a chart and show it, then modify it and show it again, there are 2 windows. If I modify the canvas in one of them, like I zoom in, it modifies the other as well. Also the 2 versions of the…
-
I came across this while implementing the Fixed Locator:
```SmallTalk
arr := {-1. 0. 1. 4. 7}.
chart := RSChart new.
chart horizontalTick locator: (RSFixedLocator new ticks: arr).
x := 0 to: 6 by…
-
It is very important to control the following:
```st
chart gridLines.
chart horizontalGridLines.
chart verticalGridLines.
chart majorGridLines.
chart majorHorizontalGridLines.
chart majorVert…