Expand description
Use strings if you want exact numbers. For example, set_y_max(3.2) uses f32 type which cannot represent 3.2 accurately.
But set_y_max("3.2") uses internal ratio type which can represent any rational number perfectly.
Structs§
Enums§
Traits§
Functions§
- merge_
horiz - It merges 2 graphs horizontally.
- merge_
vert - It merges 2 graphs vertically.