nutmeg icon indicating copy to clipboard operation
nutmeg copied to clipboard

Add default plot types

Open kitizz opened this issue 10 years ago • 0 comments

Include some commonly used plot types instead of having to define QML every time. Something like "Single", "TripleColumn".

Sub issues:

  • [ ] To work well, this will also need a feature to be able to auto create a new line plot for example if a plot handle does not exist
  • [ ] And to make autocreation appeasing, themes should be able to be defined, so that the new plots will associate themselves with a certain look and feel.

Question: should the theming be server-side or client-side? Server-side mean easier development of bindings. Client-side means the actual core API is really basic/simple/extendable...

kitizz avatar Jul 29 '14 03:07 kitizz