Kit Ham
Kit Ham
It would be handy to have a predefined set of colors that can be cycled through as more data is added to a plot. For example, a multi-bar plot, or...
For example, a Button object would keep track of the number of times it's been clicked before a read operation. A little less generic than a Parameter object.
Typical use case: - Create figure - Plot some things - Pause code until response from user Have a dedicated location in the Nutmeg window for a "Continue" button or...
In AxisBase::registerPlot, send a warning or error back to the client if there is a collision with handle names.
For example, when looking at an entire sound signal at any respectable sample rate (e.q. 48kHz), there are too many data points for the screen to even render. When a...
When resizing the window while the aspect ratio is set, the plot boundaries behave strangely
Add a property (`colorFilters`?) to axes that modify the colors of children plots. For example: ``` Axis { colorFilters: [ Soften{} ] ... } ``` Will soften (desaturate) hard colors...
For example change ``` python fig.set("axis.data", {'x': x, 'y': y}) ``` To _also_ work with any of the following: ``` python fig.set("axis.data", x, y) fig.set("axis.data", y) fig.set("axis.data", x=x, y=y) fig.set("axis.data",...
The QML description of the Figure, an Axis should be able to be provided a transform. This could be done in a number of ways. A 2D transform: ``` axisTransform:...
Find a light math type library in order to allow labels and titles to show maths