-
Notifications
You must be signed in to change notification settings - Fork 39
/
run_examples.sh
executable file
·25 lines (25 loc) · 976 Bytes
/
run_examples.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
swift build
swift run LineChartSingleSeriesExample
swift run LineChartMultipleSeriesExample
swift run LineChartSubPlotHorizontallyStackedExample
swift run LineChartSubPlotVerticallyStackedExample
swift run LineChartSubPlotGridStackedExample
swift run LineChartFunctionPlotExample
swift run LineChartSecondaryAxisExample
swift run BarChartExample
swift run BarChartOrientationHorizontalExample
swift run BarChartForwardSlashHatchedExample
swift run BarChartBackwardSlashHatchedExample
swift run BarChartVerticalHatchedExample
swift run BarChartHorizontalHatchedExample
swift run BarChartGridHatchedExample
swift run BarChartCrossHatchedExample
swift run BarChartHollowCircleHatchedExample
swift run BarChartFilledCircleHatchedExample
swift run BarChartVerticalStackedExample
swift run BarChartHorizontalStackedExample
swift run ScatterPlotExample
swift run HistogramExample
swift run HistogramStackedExample
swift run HistogramStepExample
swift run HistogramStackedStepExample