orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Horizontal Bar Plots

Open kaimikael opened this issue 3 years ago • 1 comments

What's your use case?

Often Bar Plots have categories that are names. They are difficult to render along the x axis, but will fit well along the y axis (see attached chart from Excel).

HorizontalBarplot

What's your proposed solution?

It should be possible to add a checkbox to the Bar Plot to render the bars horizontally.

Are there any alternative solutions?

kaimikael avatar Dec 07 '21 10:12 kaimikael

Short summary of today's discussion: yes, we should do it. We'd add this as an option (checkbox). Also sorting would be useful.

Problem: the current plot is based on pyqtgraph. If we simply rotate it, it will still be squashed. This may require reimplementing the plot, which is almost as rewriting the whole widget from scratch.

janezd avatar Dec 10 '21 12:12 janezd