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

I simplified the code cell lines, which no longer require manually linking FreeType2. I am [having problems](https://github.com/philipturner/swift-colab/issues/14) with external system dependencies that require passing `-I/...` and `-L/...`, so it's good...

Hi, After doing all the steps for installation Swiftplot in my project, I installed freetype lib with brew and still getting the error as shown in the screenshot. Plese help...

It would be awesome to select the frame size and position, especially on `LineGraph` and `ScatterPlot`. For the moment, only `minX` and `maxX` exists, but you can't really define the...

.addSeries and .addFunction work, only issue is when I tried to implement the `draw_empty_circle` function in the renderers.

When this project was announced, I decided to bind Google's Skia library for Swift, which is quite comprehensive and provides the rendering engine to both Google Chrome and Android. It...

A pie chart is a circular graph that shows the relative contribution that different categories contribute to an overall total. A wedge of the circle represents each category’s contribution, such...

The current LineChart implementation uses rectangular coordinates. It would be good to have a plot type that helps us plot data using [polar coordinates](https://en.wikipedia.org/wiki/Polar_coordinate_system). Details about what a polar plot...

A stack plot is similar to a Line Plot, the difference being that the data sets are stacked over one another. A simple example can be found [here](https://matplotlib.org/gallery/lines_bars_and_markers/stackplot_demo.html#sphx-glr-gallery-lines-bars-and-markers-stackplot-demo-py). This task...

Added a few templates to file issues. I have added the following templates: - Bug/Performance issues - Build/Installation issues - Documentation issues - Feature Requests