Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/AdjustDisplayByMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
->labels([ '#1', '#2', '#3', '#4', '#5', ])
->labelX('Achievement Test')
->labelY('Score')
->caption('Achievement Test Results in 2023')
->caption('Achievement Test Results in 2025')
->legends(['Donald Biden'])
->create(__DIR__ . '/img/AdjustDisplayByMethods.png');
2 changes: 1 addition & 1 deletion examples/MultipleDataSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
->meanOn()
->labelX('Achievement Test')
->labelY('Score')
->caption('Achievement Test Results in 2023')
->caption('Achievement Test Results in 2025')
->create(__DIR__ . '/img/MultipleDataSet.png');
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

$bp = new Boxplot();
$csvUtil = new CsvUtil();
$csvFileName = __DIR__ . '/csv/672282_data.csv';
$csvFileName = __DIR__ . '/csv/690997_data.csv';
$dailyData = $csvUtil->getDailyData($csvFileName);
if (!$dailyData) {
echo "Failed to load CSV data.\n\n";
Expand All @@ -20,15 +20,15 @@
$labels[] = preg_replace('/^\d+\-(\d+)\-(\d+)$/', '$1/$2', $datestring);
}

$filePath01 = __DIR__ . '/img/BoxplotDetmersReid2023_01.png';
$filePath02 = __DIR__ . '/img/BoxplotDetmersReid2023_02.png';
$filePath01 = __DIR__ . '/img/BoxplotNolanMcLean2025_01.png';
$filePath02 = __DIR__ . '/img/BoxplotNolanMcLean2025_02.png';

$bp
->setData($dailyData)
->labels($labels)
->labelX('Game Date')
->labelY('MPH')
->caption('Release Speed: Detmers, Reid')
->caption('Release Speed: Nolan McLean')
->meanOn()
->outlierOn()
->jitterOn()
Expand Down
920 changes: 0 additions & 920 deletions examples/csv/660271_data.csv

This file was deleted.

834 changes: 0 additions & 834 deletions examples/csv/672282_data.csv

This file was deleted.

825 changes: 825 additions & 0 deletions examples/csv/690997_data.csv

Large diffs are not rendered by default.

117 changes: 0 additions & 117 deletions examples/fonts/IPA_Font_License_Agreement_v1.0.txt

This file was deleted.

36 changes: 0 additions & 36 deletions examples/fonts/Readme_IPAexfont00401.txt

This file was deleted.

Binary file removed examples/fonts/ipaexg.ttf
Binary file not shown.
Binary file removed examples/fonts/ipaexm.ttf
Binary file not shown.
Binary file modified examples/img/AdjustDisplayByArray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/AdjustDisplayByMethods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/AdjustDisplayByNeon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/BasicUsage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed examples/img/BoxplotDetmersReid2023_01.png
Binary file not shown.
Binary file removed examples/img/BoxplotDetmersReid2023_02.png
Binary file not shown.
Binary file modified examples/img/BoxplotExampleCase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/BoxplotNolanMcLean2025_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/BoxplotNolanMcLean2025_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/MultipleDataSet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/img/TransparentBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.