Re: name vs score 2D plot [message #1875 is a reply to message #1871] |
Sat, 18 March 2023 17:55 |
thomas
Messages: 715 Registered: June 2014
|
Senior Member |
|
|
Hi Norwid and Sublimeuser,
there are a couple of defined maxima applied to graphical views in DataWarrior to prevent an explosion of in-memory-data. Usually, these limits are meant to be high enough to not restrict any reasonable graph drawing. For instance category columns can be assigned to an axis if they have not more than 256 distinct categories (your compound name column should be classified as category column). The idea was that more than 256 distinct objects on an axis cannot be displayed well anymore. Admittedly, 256 seems very low, especially considering that the limitation stays in place when zooming in. I will increase the limit to 10000.
Thomas
|
|
|