Skip to content

Commit

Permalink
Bump version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Aug 15, 2024
1 parent 2b21923 commit 1a0b736
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## PGFPlotsEdt - Faster to PGFPlot in LaTeX
### A PGFPlots Statistic Graph Interactive Editor.

[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)
[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)

#### Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can directly click the "Compile" button in the preview area to view the comp
![Compilation result](figs/compile.png)

### Data Area
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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
<script src="js/completion.js"></script>
<script src="lang/chs.js"></script>
<script src="lang/en.js"></script>
<script>var version = "v3"</script>
<script>var version = "v4"</script>
<script src="res/version.js"></script>
<script src="js/style.js"></script>
<script src="js/lang.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This folder contains some libraries to support the website.

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

## ACE Editor

Expand Down

0 comments on commit 1a0b736

Please sign in to comment.