plot_interface 0.1.3

Plot interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Unknown attribute #[defaultx(31)]
 --> ../../../rust/test/former/all/wtools_bad_attr.rs:6:3
  |
6 |   #[ defaultx( 31 ) ]
  |   ^^^^^^^^^^^^^^^^^^^

error: cannot find attribute `defaultx` in this scope
 --> ../../../rust/test/former/all/wtools_bad_attr.rs:6:6
  |
6 |   #[ defaultx( 31 ) ]
  |      ^^^^^^^^ help: a derive helper attribute with a similar name exists: `default`