forked from jjttjj/trateg
-
Notifications
You must be signed in to change notification settings - Fork 4
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
awb99
committed
Apr 29, 2024
1 parent
5377334
commit ee4ac75
Showing
10 changed files
with
61 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,6 @@ | |
n v)) | ||
|
||
(defn- ehlers-tfn | ||
"" | ||
[{:keys [c1 c2 c3]}] | ||
(let [f (fn [x y1 y2] | ||
(+ (* c1 x) | ||
|
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
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,16 +1,16 @@ | ||
(ns ta.viz.lib.layout | ||
(:require | ||
[spaces])) | ||
[spaces.core])) | ||
|
||
(defn left-right-top [{:keys [top left right]}] | ||
[spaces/viewport | ||
[spaces/top-resizeable {:size 50} top] | ||
[spaces/fill | ||
[spaces/left-resizeable {:size "50%" :scrollable false} left] | ||
[spaces/fill {:scrollable false} right]]]) | ||
[spaces.core/viewport | ||
[spaces.core/top-resizeable {:size 50} top] | ||
[spaces.core/fill | ||
[spaces.core/left-resizeable {:size "50%" :scrollable false} left] | ||
[spaces.core/fill {:scrollable false} right]]]) | ||
|
||
(defn main-top [{:keys [top main]}] | ||
[spaces/viewport | ||
[spaces/top-resizeable {:size 50} top] | ||
[spaces/fill | ||
[spaces.core/viewport | ||
[spaces.core/top-resizeable {:size 50} top] | ||
[spaces.core/fill | ||
main]]) |
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