Jorge

Results 3 issues of Jorge

Create a new plot type (child of `ScatterChartBase`) that allows for polar representation: ![enter image fhere](https://www.intmath.com/plane-analytic-geometry/svg/svgphp-curves-polar-coordinates-8-s3.svg) It will take a call to `plot_funciton` like the other `ScatterChartBase` childs, but instead...

Create a secondary axis funcionality so different functions can be plotted against the principal or secondary y axis: ![enter image description here](https://i.stack.imgur.com/oZDm9.gif) My idea is that this can be toggled...

The `StateMachine.set_state_machine(states: Array)` calls `State.set_state_machine(self)` for each element in the states array, but the inner class State doesn't have such method. Then if I try the following line from the...