IDEMSInternational / R-Instat

A statistics software package powered by R
http://r-instat.org/
GNU General Public License v3.0
38 stars 102 forks source link

Data Selector improvements #3971

Open rdstern opened 6 years ago

rdstern commented 6 years ago

This is one of a series of issues that are part of making R-Instat easier to use for the procurement data. The key data set has 185 thousand rows and 100 columns. So it is pretty long and quite wide. Whatever we are able to do to help will also apply to many other of R-Instat's future examples.

dannyparsons commented 6 years ago

I've tried two different sizes for making the selector wider:

image

and

image

Any thoughts on both? Or other suggestions? The "Data Options" text is slightly smaller in the second to make it fit. We could replace the text with a symbol though if we wanted to make the buttons smaller.

Should the data frame selector now match the width of the selector too?

rdstern commented 6 years ago

I prefer the first of these two. And yes, the data frame part should be widened to match.

dannyparsons commented 6 years ago

Because the buttons are too squashed in the second one? I think I agree.

rdstern commented 6 years ago

And the second one makes the selector look a bit out of proportion on the dialogue.

For comparison here is an example in SPSS:

image

maxwellfundi commented 6 years ago

I think the first one looks good. I also would like to have the data frame selector to be widened. I wonder if we need to get our receivers to be bigger, to match the size of the new selector. It looks quite weird to have a huge selector and a small receiver.

dannyparsons commented 6 years ago

Great, I'll go with the first one then. Having the receivers wider makes sense too, but then we'll need to make a change on all dialogs, which I don't think anyone wants to do at the moment.

dannyparsons commented 6 years ago

So now looks like this:

image