From 1a0b736abac3b38a0275d6e38c1775903f9a18fd Mon Sep 17 00:00:00 2001 From: LogCreative Date: Thu, 15 Aug 2024 17:18:11 +0800 Subject: [PATCH] Bump version to v4 --- README.md | 2 +- docs/README.md | 2 +- index.html | 2 +- lib/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d61f82..969c005 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.md b/docs/README.md index 5a69158..90a0e2b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/index.html b/index.html index 4e5fb09..7e88be4 100644 --- a/index.html +++ b/index.html @@ -487,7 +487,7 @@ - + diff --git a/lib/README.md b/lib/README.md index 2389474..0ba1d46 100644 --- a/lib/README.md +++ b/lib/README.md @@ -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