Skip to content

Commit 1a0b736

Browse files
committed
Bump version to v4
1 parent 2b21923 commit 1a0b736

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## PGFPlotsEdt - Faster to PGFPlot in LaTeX
44
### A PGFPlots Statistic Graph Interactive Editor.
55

6-
[Online website](https://logcreative.github.io/PGFPlotsEdt/index.html) | [网站(简体中文)](https://logcreative.tech/PGFPlotsEdt/index.html?lang=chs) | [Documentation](https://logcreative.github.io/PGFPlotsEdt-doc/pgfplotsedt.pdf) | [文档(简体中文)](https://logcreative.tech/PGFPlotsEdt-doc/pgfplotsedt_chs.pdf)
6+
[Online website](https://logcreative.github.io/PGFPlotsEdt/index.html) | [Documentation](https://logcreative.github.io/PGFPlotsEdt-doc/pgfplotsedt.pdf) | [网站(简体中文)](https://logcreative.tech/PGFPlotsEdt/index.html?lang=chs) | [文档(简体中文)](https://logcreative.tech/PGFPlotsEdt-doc/pgfplotsedt_chs.pdf)
77

88
#### Introduction
99

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can directly click the "Compile" button in the preview area to view the comp
4040
![Compilation result](figs/compile.png)
4141

4242
### Data Area
43-
You can hover over the "+ Series" button in the data area and then click one of the data types: function, coordinate, or file. For example, after selecting the "function" type, you can see that a data series is generated, and you can enter an expression in the "function(x)" input box, such as `x/2`. When you are typing, you can see the mathematical formula $\frac{x}{2}$ is previewed automatically on the left.
43+
You can hover over the "+ Series" button in the data area and then click one of the data types: function, coordinate, or table. For example, after selecting the "function" type, you can see that a data series is generated, and you can enter an expression in the "function(x)" input box, such as `x/2`. When you are typing, you can see the mathematical formula $\frac{x}{2}$ is previewed automatically on the left.
4444

4545
![Data series](figs/function.png)
4646

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
<script src="js/completion.js"></script>
488488
<script src="lang/chs.js"></script>
489489
<script src="lang/en.js"></script>
490-
<script>var version = "v3"</script>
490+
<script>var version = "v4"</script>
491491
<script src="res/version.js"></script>
492492
<script src="js/style.js"></script>
493493
<script src="js/lang.js"></script>

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains some libraries to support the website.
44

5-
The license of those libraries have been checked to be compatible with GPL-3.0 License.
5+
The license of those libraries have been checked to be compatible with AGPL-3.0 License.
66

77
## ACE Editor
88

0 commit comments

Comments
 (0)