pandas-plots 0.12.22__py3-none-any.whl → 0.12.23__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pandas_plots/pls.py +4 -2
- {pandas_plots-0.12.22.dist-info → pandas_plots-0.12.23.dist-info}/METADATA +1 -1
- pandas_plots-0.12.23.dist-info/RECORD +11 -0
- {pandas_plots-0.12.22.dist-info → pandas_plots-0.12.23.dist-info}/licenses/LICENSE +1 -1
- pandas_plots-0.12.22.dist-info/RECORD +0 -11
- {pandas_plots-0.12.22.dist-info → pandas_plots-0.12.23.dist-info}/WHEEL +0 -0
- {pandas_plots-0.12.22.dist-info → pandas_plots-0.12.23.dist-info}/pii.py +0 -0
- {pandas_plots-0.12.22.dist-info → pandas_plots-0.12.23.dist-info}/top_level.txt +0 -0
pandas_plots/pls.py
CHANGED
@@ -1016,6 +1016,7 @@ def plot_box(
|
|
1016
1016
|
lvl3 = height * 0.25
|
1017
1017
|
|
1018
1018
|
caption = _set_caption(caption)
|
1019
|
+
log_str = " (log-scale)" if use_log else ""
|
1019
1020
|
dict = {
|
1020
1021
|
"data_frame": ser,
|
1021
1022
|
"orientation": "h",
|
@@ -1026,7 +1027,7 @@ def plot_box(
|
|
1026
1027
|
# 'box':True,
|
1027
1028
|
"log_x": use_log, # * logarithmic scale, axis is always x
|
1028
1029
|
# "notched": True,
|
1029
|
-
"title": f"{caption}[{ser.name}], n = {n_:_}" if not title else title,
|
1030
|
+
"title": f"{caption}[{ser.name}]{log_str}, n = {n_:_}" if not title else title,
|
1030
1031
|
}
|
1031
1032
|
|
1032
1033
|
fig = px.violin(**{**dict, "box": True}) if violin else px.box(**dict)
|
@@ -1173,6 +1174,7 @@ def plot_boxes(
|
|
1173
1174
|
items = df.iloc[:, 0].unique()
|
1174
1175
|
|
1175
1176
|
caption = _set_caption(caption)
|
1177
|
+
log_str = " (log-scale)" if use_log else ""
|
1176
1178
|
|
1177
1179
|
# * main plot
|
1178
1180
|
fig = px.box(
|
@@ -1188,7 +1190,7 @@ def plot_boxes(
|
|
1188
1190
|
log_y=use_log,
|
1189
1191
|
# color_discrete_sequence=px.colors.qualitative.Plotly,
|
1190
1192
|
title=(
|
1191
|
-
f"{caption}[{df.columns[0]}]
|
1193
|
+
f"{caption}[{df.columns[0]}] by [{df.columns[1]}]{log_str}, n = {len(df):_.0f}"
|
1192
1194
|
if not title
|
1193
1195
|
else title
|
1194
1196
|
),
|
@@ -0,0 +1,11 @@
|
|
1
|
+
pandas_plots/hlp.py,sha256=i11Ep9P-u9O0bvexGTELRDUtmLzvNgNHxnkQTGf3DwQ,20838
|
2
|
+
pandas_plots/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
|
3
|
+
pandas_plots/pls.py,sha256=ISmQjIPI_63e7mN4A_pWHJ8IGNArfJjlEjPRQJF47U8,49173
|
4
|
+
pandas_plots/tbl.py,sha256=RJWBHeKGTAhGpVCY57TsS_dYR-FpInP-TOsKW_tU4V4,32556
|
5
|
+
pandas_plots/ven.py,sha256=2x3ACo2vSfO3q6fv-UdDQ0h1SJyt8WChBGgE5SDCdCk,11673
|
6
|
+
pandas_plots-0.12.23.dist-info/licenses/LICENSE,sha256=ltLbQWUCs-GBQlTPXbt5nHNBE9U5LzjjoS1Y8hHETM4,1051
|
7
|
+
pandas_plots-0.12.23.dist-info/METADATA,sha256=MsxBoqLqVLTIjaL9xVlWQA6mNNNMHd8dIdMPurxCYLg,7564
|
8
|
+
pandas_plots-0.12.23.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
9
|
+
pandas_plots-0.12.23.dist-info/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
|
10
|
+
pandas_plots-0.12.23.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
|
11
|
+
pandas_plots-0.12.23.dist-info/RECORD,,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright
|
1
|
+
Copyright 2025 smeisegeier
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4
4
|
|
@@ -1,11 +0,0 @@
|
|
1
|
-
pandas_plots/hlp.py,sha256=i11Ep9P-u9O0bvexGTELRDUtmLzvNgNHxnkQTGf3DwQ,20838
|
2
|
-
pandas_plots/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
|
3
|
-
pandas_plots/pls.py,sha256=APvF_cEYN28TtlpNNIJ2NPTA3chTP9ZHtwnVEuZ-skI,49059
|
4
|
-
pandas_plots/tbl.py,sha256=RJWBHeKGTAhGpVCY57TsS_dYR-FpInP-TOsKW_tU4V4,32556
|
5
|
-
pandas_plots/ven.py,sha256=2x3ACo2vSfO3q6fv-UdDQ0h1SJyt8WChBGgE5SDCdCk,11673
|
6
|
-
pandas_plots-0.12.22.dist-info/licenses/LICENSE,sha256=6KQ5KVAAhRaB-JJKpX4cefKvRZRgI7GUPc92_2d31XY,1051
|
7
|
-
pandas_plots-0.12.22.dist-info/METADATA,sha256=0bdvEP5M1SgmSJI3QKLd8MX1RjSrwzxlXWrygQNjHaM,7564
|
8
|
-
pandas_plots-0.12.22.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
9
|
-
pandas_plots-0.12.22.dist-info/pii.py,sha256=2WKE-W9s285jPdsTqCgt1uxuW4lj1PYCVOYB2fYDNwQ,2195
|
10
|
-
pandas_plots-0.12.22.dist-info/top_level.txt,sha256=XnaNuIHBqMmCeh_U7nKOYTwFue_SIA0wxuDgdPmnnSk,13
|
11
|
-
pandas_plots-0.12.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|