biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.88k stars 1.02k forks source link

Customizing plots (a summary of possible customization options) #4493

Closed Hrovatin closed 4 years ago

Hrovatin commented 4 years ago

The Orange plots could be improved with the following customisations: Changing text:

Currently there is a problem of displaying long axis value labels. This could be solved by (combination of) text size, orientation, and name shortening with full name display on hover (as in Mosaic Display); the latter is not a solution for plot saving. The Line Plot even hides some axis labels if it runs out of space; this is not appropriate.

Annotations:

Changing plots:

Showing multiple data sets at once:

janezd commented 4 years ago

Just to note the decision on this Friday: we start step by step.

@VesnaT will add a button (of some kind, somewhere) on the base projection widget (or is it a mixin that can also be attached to other visualization widgets?) that opens a non-modal dialog with settings that are partially defined by the widget.

This dialog will, for the beginning, allow the user to define something simple, e.g. something related to some fonts.

janezd commented 4 years ago

This was split into smaller issues.