17 lines
471 B
Text
17 lines
471 B
Text
main =
|
|
|
|
visualization[
|
|
abscissa: axis[
|
|
variable: 'problem size',
|
|
hats: printf/*'%0.0f' ari10/0. 9.],
|
|
ordinates: ~&iNC axis[
|
|
variable: 'execution time ($\mu$s)',
|
|
hats: printf/*'%0.1f' ari6/0. 180.],
|
|
curves: <
|
|
curve[
|
|
points: ^(~&,chord_fit0@p/x y)* ari200/0. 9.,
|
|
attributes: {'linecolor': 'lightgray'}],
|
|
curve[
|
|
scattered: true,
|
|
points: ~&p/x y,
|
|
attributes: {'linecolor': 'black'}]>]
|