-
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
1 parent
f8ad3a4
commit 7ab8ac7
Showing
14 changed files
with
88 additions
and
178 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
```gnuplot | ||
set key fixed left top vertical Right noreverse enhanced autotitle box lt black linewidth 1.000 dashtype solid | ||
set samples 50, 50 | ||
set title "Simple Plots" | ||
set title font ",20" textcolor lt -1 norotate | ||
set xrange [ * : * ] noreverse writeback | ||
set x2range [ * : * ] noreverse writeback | ||
set yrange [ * : * ] noreverse writeback | ||
set y2range [ * : * ] noreverse writeback | ||
set zrange [ * : * ] noreverse writeback | ||
set cbrange [ * : * ] noreverse writeback | ||
set rrange [ * : * ] noreverse writeback | ||
set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front noinvert bdefault | ||
NO_ANIMATION = 1 | ||
plot [-10:10] sin(x),atan(x),cos(atan(x)) | ||
plot [-10:10] sin(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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<figure class="beoe graphviz"><svg viewBox="0.00 0.00 79.41 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)"><title>G</title><polygon fill="white" stroke="none" points="-4,4 -4,-112 75.41,-112 75.41,4 -4,4"></polygon><g id="node1" class="node"><title>Hello</title><ellipse fill="none" stroke="black" cx="35.71" cy="-90" rx="32.49" ry="18"></ellipse><text text-anchor="middle" x="35.71" y="-85.8" font-family="Times,serif" font-size="14.00">Hello</text></g><g id="node2" class="node"><title>World</title><ellipse fill="none" stroke="black" cx="35.71" cy="-18" rx="35.71" ry="18"></ellipse><text text-anchor="middle" x="35.71" y="-13.8" font-family="Times,serif" font-size="14.00">World</text></g><g id="edge1" class="edge"><title>Hello->World</title><path fill="none" stroke="black" d="M35.71,-71.7C35.71,-64.41 35.71,-55.73 35.71,-47.54"></path><polygon fill="black" stroke="black" points="39.21,-47.62 35.71,-37.62 32.21,-47.62 39.21,-47.62"></polygon></g></g></svg></figure> | ||
<figure class="beoe graphviz"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 79.41 116"><g class="graph" transform="translate(4 112)"><path fill="#fff" d="M-4 4v-116h79.41V4z"></path><g class="node"><ellipse cx="35.71" cy="-90" fill="none" stroke="#000" rx="32.49" ry="18"></ellipse><text x="35.71" y="-85.8" font-family="Times,serif" font-size="14" text-anchor="middle">Hello</text></g><g class="node"><ellipse cx="35.71" cy="-18" fill="none" stroke="#000" rx="35.71" ry="18"></ellipse><text x="35.71" y="-13.8" font-family="Times,serif" font-size="14" text-anchor="middle">World</text></g><g class="edge"><path fill="none" stroke="#000" d="M35.71-71.7v24.16"></path><path stroke="#000" d="m39.21-47.62-3.5 10-3.5-10z"></path></g></g></svg></figure> |
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
Oops, something went wrong.