-
The following code does not work:
```Smalltalk
f := PMPolynomial coefficients: #(0 -1 -2 1).
grapher := RTGrapher new.
ds := RTData new.
ds noDot.
ds points: (-5 to: 5 by: 0.1).
ds y: f.
ds x:…
-
Zoom to fit in UML classes works well
![image](https://user-images.githubusercontent.com/10532890/59128953-71638700-8939-11e9-9547-95bb62c0d569.png)
But the box class it to big, we need a smart zoom…
-
Originally reported on Google Code with ID 884
```
The current implementation of the Roassal presentation relies only on the original entity.
However, given that Roassal can handle various animations…
-
Similar to roassal2
```Smalltalk
shape := RSShapeBuilder label.
element := shape elementOn: 'foo
bar'.
"element is a composite shape with several labels"
```
-
Hi,
I configure a n image and VM using `wget https://get.pharo.org/64/stable+vmT | bash`
When I try to run the install script in a playground:
```
Metacello new
baseline: 'JupyterTalk';
r…
-
Proposed Metacello groups:
- **default** (core DataFrame)
- **#Visualizations** (loads Roassal)
- **#Examples** (loads GTDocumenter)
- **#Files** (loads NeoCSV)
### DataFrame Core
```Smalltalk…
-
Steps to reproduce the issue
1 First read this https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-set-fill-rule.
2 Download pharo7 with PharoLauncher
3 execute the next piece of code t…
-
**Issue by [bergel](https://github.com/bergel)**
_Tuesday Mar 21, 2017 at 20:15 GMT_
_Originally opened as https://github.com/moosetechnology/Moose/issues/1163_
----
we should eventually also get r…
-
A more flexible handling of colors using definable color schemes or palettes or some like means sounds interesting though. We currently have made changes to Roassal to adjust some constantly defined c…
-
we should eventually also get rid of this nonsense
headStart: RTNoDecorationShape asHead;
headEnd: RTNoDecorationShape asTail;
… the method should correctly convert it to the proper head/tail…