You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
*[How does this work ?](#how-does-this-work)
21
21
*[Documentation](#documentation)
22
22
*[Limitations](#limitations)
23
+
*[Guidelines for Contributors](#guidelines-for-contributors)
23
24
*[Credits](#credits)
24
25
25
26
## Overview
@@ -458,6 +459,9 @@ In order to display the plots in Jupyter notebook, we encode the image(which is
458
459
## Limitations
459
460
- FloatConvertible supports only Float and Double. We plan to extend this to Int in the future.
460
461
462
+
## Guidelines for Contributors
463
+
If you want to contribute to improve this library, please read our [guidelines](https://github.com/KarthikRIyer/swiftplot/blob/master/CONTRIBUTING.md). Feel free to [open an issue](https://github.com/KarthikRIyer/swiftplot/issues).
464
+
461
465
## Credits
462
466
1. Maxim Shemanarev : The AGG library is directly used to render plots.
463
467
2.[Lode Vandevenne](https://github.com/lvandeve) : The lodepng library is directly used to encode PNG images.
0 commit comments