swiftplot icon indicating copy to clipboard operation
swiftplot copied to clipboard

Swift library for Data Visualization :bar_chart:

Results 17 swiftplot issues
Sort by recently updated
recently updated
newest added

Hey, thanks so much for making this package! I'm getting into Swift for TF and am so glad that there's a platform-independent plotting library to use. I ran into a...

@karwa I am not able to recall what you'd said about updating the docs. From what I can recall, you'd suggested to remove it from the README and instead use...

There is a bit of API awkwardness when making plots for arbitrary data types, which came up during the review for #116 (CC @odmir). Consider the following example (using a...

Initial discussion regarding this can be found here: https://github.com/KarthikRIyer/swiftplot/pull/23#issuecomment-500880675

When creating a swift application in Xcode 11 for macOS, a package.swift file is not created and linked with the project. As such I am not sure how to follow...

Both AGG and CoreGraphics draw lines, curves, etc natively with double precision. It would be nice if our Points were also Doubles (rather than Floats). I doubt it makes a...

Now that this is getting close enough to the point where people can start using it in notebooks, etc., I think it might help to improve some of the default...