@@ -77,9 +77,9 @@ composer require macocci7/php-scatterplot
7777 ->create('img/BasicUsage.png');
7878 ```
7979
80- - Result
80+ - Result: [examples/img/BasicUsage.png](examples/img/BasicUsage.png)
8181
82- <img src =" examples/img/BasicUsage.png" width =" 400" />
82+ <a href = " examples/ img/BasicUsage.png " >< img src =" examples/img/BasicUsage.png" width =" 400" /></ a >
8383
8484- Details:
8585 - Import Autoloader: `require_once('../vendor/autoload.php')`
@@ -95,7 +95,7 @@ composer require macocci7/php-scatterplot
9595
9696### 5.2. Using Layers
9797
98- - PHP:
98+ - PHP: [examples/UsingLayers.php](examples/UsingLayers.php)
9999
100100 ```php
101101 <?php
@@ -135,9 +135,9 @@ composer require macocci7/php-scatterplot
135135 ->create('img/UsingLayers.png');
136136 ```
137137
138- - Result
138+ - Result: [examples/img/UsingLayers.png](examples/img/UsingLayers.png)
139139
140- <img src =" examples/img/UsingLayers.png" width =" 400" />
140+ <a href = " examples/ img/UsingLayers.png " >< img src =" examples/img/UsingLayers.png" width =" 400" /></ a >
141141
142142- Details:
143143 - Change Plot Size (Diameter): `plotSize(int $pixSize)`
@@ -148,7 +148,7 @@ composer require macocci7/php-scatterplot
148148
149149### 5.3. Adjusting the Display By Methods
150150
151- - PHP:
151+ - PHP: [examples/AdjustDisplayByMethods.php](examples/AdjustDisplayByMethods.php)
152152
153153 ```php
154154 <?php
@@ -203,9 +203,9 @@ composer require macocci7/php-scatterplot
203203 ->create('img/AdjustDisplayByMethods.png');
204204 ```
205205
206- - Result
206+ - Result: [examples/img/AdjustDisplayByMethods.png](examples/img/AdjustDisplayByMethods.png)
207207
208- <img src =" examples/img/ChangingProperties .png" width =" 400" />
208+ <a href = " examples/ img/AdjustDisplayByMethods.png " >< img src =" examples/img/AdjustDisplayByMethods .png" width =" 400" /></ a >
209209
210210- Details:
211211 <table >
0 commit comments