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
i was facing an issue that violin plot categories was forced in alphabetical order, i suggest a small fix that can stop this problem. inside _violin.py we add an extra variable that is set to False, call it forced order. if the user set it to True then it will not sort the categories and will use the order that the user input his violin categories as explicitly.
here is the function call with the added variable (forcedOrder): http://imgur.com/s4rc4pz
here is the check that ignored the sort and uses the user order: http://imgur.com/b7uGgps
Thank you.
The text was updated successfully, but these errors were encountered:
i was facing an issue that violin plot categories was forced in alphabetical order, i suggest a small fix that can stop this problem. inside _violin.py we add an extra variable that is set to False, call it forced order. if the user set it to True then it will not sort the categories and will use the order that the user input his violin categories as explicitly.
here is the function call with the added variable (forcedOrder):
http://imgur.com/s4rc4pz
here is the check that ignored the sort and uses the user order:
http://imgur.com/b7uGgps
Thank you.
The text was updated successfully, but these errors were encountered: