cellpy 1.0.2.post1__tar.gz → 1.0.2.post3__tar.gz
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.
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/PKG-INFO +1 -1
- cellpy-1.0.2.post3/cellpy/_version.py +1 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/cellreader.py +0 -2
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/plotutils.py +11 -6
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/PKG-INFO +1 -1
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/pyproject.toml +1 -1
- cellpy-1.0.2.post1/cellpy/_version.py +0 -1
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/AUTHORS.md +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/CONTRIBUTING.md +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/HISTORY.md +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/LICENSE.md +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/MANIFEST.in +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/README.md +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/cli.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/exceptions.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/internals/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/internals/core.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/internals/otherpath.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/_alias_module.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/_importing.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/_module.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/_syncronized.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/_version.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/libs/apipkg/py.typed +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/log.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/logging.json +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/.cellpy_prms_default.conf +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/internal_settings.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/legacy/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/legacy/update_headers.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/prmreader.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/parameters/prms.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/core.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/dbreader.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/do.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/filefinder.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/arbin_res.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/arbin_sql.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/arbin_sql_7.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/arbin_sql_csv.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/arbin_sql_h5.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/arbin_sql_xlsx.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/base.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/biologics_mpr.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/maccor_txt_one.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/maccor_txt_three.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/maccor_txt_two.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/maccor_txt_zero.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/neware_txt_one.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/neware_txt_zero.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/custom.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/ext_nda_reader.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/loader_specific_modules/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/loader_specific_modules/biologic_file_format.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/local_instrument.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/maccor_txt.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/neware_txt.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/neware_xlsx.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/pec_csv.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/processors/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/processors/post_processors.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/processors/pre_processors.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/sql_dbreader.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/__init__.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_analyzers.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_core.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_experiments.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_exporters.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_helpers.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_journals.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_plotters.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/batch_reporters.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/dumpers.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/engines.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/batch_tools/sqlite_from_excel_db.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/collectors.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/diagnostics.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/easyplot.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/example_data.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/helpers.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/ica.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/live.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/ocv_rlx.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/utils/processor.py +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/SOURCES.txt +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/dependency_links.txt +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/entry_points.txt +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/not-zip-safe +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/requires.txt +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy.egg-info/top_level.txt +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/setup.cfg +0 -0
- {cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.0.2post3"
|
|
@@ -3414,8 +3414,6 @@ class CellpyCell:
|
|
|
3414
3414
|
if get_cap_kwargs is not None:
|
|
3415
3415
|
get_cap_method_kwargs.update(get_cap_kwargs)
|
|
3416
3416
|
|
|
3417
|
-
print(externals)
|
|
3418
|
-
|
|
3419
3417
|
border = externals.openpyxl.styles.Border()
|
|
3420
3418
|
face_color = "00EEEEEE"
|
|
3421
3419
|
meta_alignment_left = externals.openpyxl.styles.Alignment(horizontal="left", vertical="bottom")
|
|
@@ -401,11 +401,15 @@ def set_plotly_template(template_name=None, **kwargs):
|
|
|
401
401
|
return None
|
|
402
402
|
import plotly.io as pio
|
|
403
403
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
404
|
+
try:
|
|
405
|
+
if template_name is None:
|
|
406
|
+
name = create_plotly_default_template(**kwargs)
|
|
407
|
+
pio.templates.default = f"{PLOTLY_BASE_TEMPLATE}+{name}"
|
|
408
|
+
else:
|
|
409
|
+
pio.templates.default = template_name
|
|
410
|
+
except Exception as e:
|
|
411
|
+
logging.debug(f"Could not set plotly template: {e}")
|
|
412
|
+
pio.templates.default = PLOTLY_BASE_TEMPLATE
|
|
409
413
|
|
|
410
414
|
|
|
411
415
|
def create_plotly_default_template(
|
|
@@ -417,6 +421,7 @@ def create_plotly_default_template(
|
|
|
417
421
|
marker_width=None,
|
|
418
422
|
opacity=0.8,
|
|
419
423
|
):
|
|
424
|
+
# ValueError: Invalid property specified for object of type plotly.graph_objs.layout.XAxis: 'titlefont'
|
|
420
425
|
if not plotly_available:
|
|
421
426
|
return None
|
|
422
427
|
import plotly.graph_objects as go
|
|
@@ -457,7 +462,7 @@ def create_plotly_default_template(
|
|
|
457
462
|
gridcolor=grid_color,
|
|
458
463
|
zeroline=False,
|
|
459
464
|
tickformat=f"{tick_label_width}",
|
|
460
|
-
|
|
465
|
+
title_font_family=axis_font,
|
|
461
466
|
title=dict(
|
|
462
467
|
standoff=axis_standoff,
|
|
463
468
|
font_size=axis_font_size,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.0.2post1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/configurations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/processors/post_processors.py
RENAMED
|
File without changes
|
{cellpy-1.0.2.post1 → cellpy-1.0.2.post3}/cellpy/readers/instruments/processors/pre_processors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|