v0.12.5
Caution
Do not use this version! The distributed build is broken. Use v0.12.6
instead. 🙏
Changes
-
Ensure that the default point colors respect the background when setting both at the same time during initialization. I.e., in the following scenario, the point color will be set to white by default as the background color was set to black:
jscatter.plot(data=df, background_color='black')
-
Fix an issue when working with views of a pandas DataFrame where not all categorical data is present
-
Loosen strictness of
rows
andcols
ofcompose()
to allow having empty cells in the grid