-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
329 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWAreaChart.class/instance/createLineMorph.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
as yet unclassified | ||
createLineMorph | ||
|
||
^ PolygonMorph new | ||
borderWidth: self class defaultBorderWidth; | ||
borderColor: self class defaultBorderColor; | ||
color: self class defaultBorderColor; | ||
yourself. | ||
yourself |
5 changes: 3 additions & 2 deletions
5
packages/StatisticsWorkbench-Diagrams.package/SWAreaChart.class/instance/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
as yet unclassified | ||
initialize | ||
counter := 0. | ||
|
||
super initialize. | ||
self | ||
self | ||
lineMorph: self createLineMorph; | ||
lineColor: self class defaultColor; | ||
dataPoints: OrderedCollection new; | ||
dataSuffix: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
"counter" ], | ||
], | ||
"name" : "SWAreaChart", | ||
"pools" : [ | ||
], | ||
|
4 changes: 4 additions & 0 deletions
4
...s/StatisticsWorkbench-Diagrams.package/SWAxisRange.class/class/limitedPrecisionSpecies.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
as yet unclassified | ||
limitedPrecisionSpecies | ||
|
||
^ SWAxisRange |
2 changes: 1 addition & 1 deletion
2
packages/StatisticsWorkbench-Diagrams.package/SWAxisRange.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"limitedPrecisionSpecies" : "JB 6/23/2024 14:43" }, | ||
"instance" : { | ||
"balanceExtent" : "jk 8/7/2020 22:13", | ||
"includeZero" : "jk 8/7/2020 22:13" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/caption..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/captionString..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
captionString: aString | ||
|
||
"DELETE THIS" |
4 changes: 4 additions & 0 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/captionString.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
captionString | ||
|
||
"DELETE THIS" |
4 changes: 4 additions & 0 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/hasBottomCaption..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defaults | ||
hasBottomCaption: aBool | ||
|
||
"DELETE THIS" |
4 changes: 4 additions & 0 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/hasBottomCaption.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defaults | ||
hasBottomCaption | ||
|
||
"DELETE THIS" |
1 change: 0 additions & 1 deletion
1
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/infoPopup..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
accessing | ||
infoPopup: aTextMorph | ||
|
||
infoPopup := aTextMorph |
1 change: 0 additions & 1 deletion
1
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/infoPopup.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
accessing | ||
infoPopup | ||
|
||
^ infoPopup |
19 changes: 19 additions & 0 deletions
19
packages/StatisticsWorkbench-Diagrams.package/SWBar.class/instance/topCaption..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
accessing | ||
topCaption: aString | ||
|
||
self barLabelMorph: TextMorph new. | ||
self barLabelMorph center: self barLabelMorph center + self defaultLabelOffset. | ||
|
||
self rotationMorph: TransformationMorph new. | ||
self rotationMorph addMorph: self barLabelMorph. | ||
self addMorph: self rotationMorph. | ||
|
||
self barLabelMorph contents: aString. | ||
self barLabelMorph color: self captionColor. | ||
|
||
self rotationMorph topLeft: self topLeft. | ||
|
||
(self isLabelHorizontal and: self isLabelTooLong) | ||
ifTrue: [self rotateLabel]. | ||
(self isLabelHorizontal and: self isTextHigherThanBar) | ||
ifTrue: [self raiseBarLabel] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWBarChart.class/instance/hasBottomCaption..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
hasBottomCaption: aBool | ||
|
||
"DELETE THIS" |
4 changes: 4 additions & 0 deletions
4
packages/StatisticsWorkbench-Diagrams.package/SWBarChart.class/instance/hasBottomCaption.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
accessing | ||
hasBottomCaption | ||
|
||
"DELETE THIS" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ data: dataSet | |
self threshold: (data maximum: #z). | ||
self | ||
update; | ||
changed: self | ||
changed: self |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...ages/StatisticsWorkbench-Diagrams.package/SWChartElement.class/instance/previousColor..st
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.