You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background grid still changes with each projection.
Brushing in scatterplot doesn't match selection region. fixed now
Same with the histogram. Brushing is collecting objects on the horizontal axis, but does not highlight all of the elements of the bar, if the bar is segmented into multiple groups. (#147)
Restarting the tourr after pausing changes the binwidth back to what it was.
Par coords is much more stable. But why are the labels tour 1, tour 2, tour 3 split into two lines, when there is plenty of space to write the whole label on one line, and even put the axes closer together. using proj1, proj2, ... now
Selection brush looks like it matches the highlighting correctly. BUT highlighted lines don't match the underneath lines, seem to be slightly offset. This is probably the case with the regular parallel coordinate plot also. graphics rendering issue; I cannot fixed it
Y Axis label in the scatterplot is very messed up, on the Mac. should be better now (#151)
listeners are added but not removed (one culprit must be ggobi/plumbr#5; the other is qconnect())
The text was updated successfully, but these errors were encountered:
Background grid still changes with each projection.
Brushing in scatterplot doesn't match selection region.fixed nowSame with the histogram.
Brushing is collecting objects on the horizontal axis, but does not highlight all of the elements of the bar, if the bar is segmented into multiple groups.(#147)Restarting the tourr after pausing changes the binwidth back to what it was.
Par coords is much more stable. But why are the labels tour 1, tour 2, tour 3 split into two lines, when there is plenty of space to write the whole label on one line, and even put the axes closer together.using proj1, proj2, ... nowSelection brush looks like it matches the highlighting correctly. BUT highlighted lines don't match the underneath lines, seem to be slightly offset. This is probably the case with the regular parallel coordinate plot also.graphics rendering issue; I cannot fixed itY Axis label in the scatterplot is very messed up, on the Mac.should be better now (#151)listeners are added but not removed (one culprit must be ggobi/plumbr#5; the other is
qconnect()
)The text was updated successfully, but these errors were encountered: