Areeb Gani
Areeb Gani
Hi! I'm not sure whether I'll take this task or not, but is it okay if I look at it in the meantime? Thanks!
Hey! I was wondering how to resize a plot so that it's in a 1:1 ratio (for example, ax.set_aspect() in matplotlib in python). I've got the polar coordinates working, I...
Sure! Should I add the notebook to /Notebook or just link it here? It goes through all the procedures and how they should be implemented. On Sat, Jan 18, 2020,...
Here's a basic polar plot that I made. I had to hard-code the circles, but when I implement them, I'll automate them to behave such as grid lines. Inside, there...
If you look at the legend, you'll see that it contains a graph for how `addFunction` would work (e.g. r = 2costheta) and `addSeries` (hardcoded values for r and theta).
I've selected this task on the GCI homepage - I linked to my notebook there.
Alright. In this version, the user does still enter in r and theta, the Cartesian conversion is done behind the scenes. On Sun, Jan 19, 2020, 3:55 AM Karthik Ramesh...
Just an update - I've solved my previous problem (converting Float to FloatConvertible), and I've got the code working (I just modified the code for LineChart.swift, I will mention that...
Would you like me to provide compatibility with all of the `addSeries` functions (you can either input a list of `Point`s, `x` and `y`, or just `y`)?
Hey, I'm getting this error after trying to install SwiftPlot after making my changes: ```undefined symbol: _ZN14CPPAGGRenderer17draw_empty_circleEfffPKv``` I created a new function, draw_empty_circle as per the task request. I checked...