Skip to content

Commit 06893aa

Browse files
authored
Update README.md
1 parent 034556e commit 06893aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ This class starts with the need to create graphics in the style of MatLibPlot, b
88
It is based on the same functions already prepared intentionally with a regular use of MatibPlot and also written in PHP https://github.com/vivesweb/graph-php. That is why it is recommended to also read the documentation of this second class, where most of the methods used by PHP-LibPlot are original provided.
99

1010
# SAMPLES:
11+
12+
Sample of Pairplot():
13+
![PHP-LibPlot. PairPlot Graphs Matlibplot in PHP](https://raw.githubusercontent.com/vivesweb/php-libplot/main/pairplot.png)
14+
15+
Other Samples that you can generate with php-libplot and provided by inside php-graph class:
1116
![PHP-LibPlot. Graphs Matlibplot in PHP](https://raw.githubusercontent.com/vivesweb/graph-php/main/multigraph1.jpg)
1217
![PHP-LibPlot. Graphs Matlibplot in PHP](https://raw.githubusercontent.com/vivesweb/graph-php/main/multigraph3.jpg)
1318
![PHP-LibPlot. Graphs Matlibplot in PHP](https://raw.githubusercontent.com/vivesweb/graph-php/main/multigraph2.jpg)
1419

15-
**Sample of Pairplot():**
16-
![PHP-LibPlot. PairPlot Graphs Matlibplot in PHP](https://raw.githubusercontent.com/vivesweb/php-libplot/main/pairplot.png)
17-
1820
# REQUERIMENTS:
1921

2022
- Requires php-graph library: https://github.com/vivesweb/graph-php

0 commit comments

Comments
 (0)