Albert Engstfeld

Results 22 issues of Albert Engstfeld

Checklist * [ ] Added an entry in `doc/news/`. * [ ] Added a test for this change. * [ ] Updated the documentation.

Scipy and svg.path are apparently not used by svgdigitizer. see https://github.com/conda-forge/svgdigitizer-feedstock/pull/15 - [x] removed from svgdigitizer - [ ] adapted recipe on conda forge

`byexample` creates a cut-off at 80 characters and thus the output of the CLI is not complete in the readme. _Originally posted by @DunklesArchipel in https://github.com/echemdb/svgdigitizer/pull/182#discussion_r1154789704_

Currently the `svgdigitizer` can only digitize curves, which is defined by two axis. In principle it would be great a curve from an SVG file could be digitized, which does...

enhancement
we wontfix

Eventually one would like to generate an SVG with an embedded image from an image file. This could also be done with paginate. `svgdigitizer paginate some_figure.png`

enhancement

Add the possibility to save the figure as png with the CLI, such as ``` svgdigitizer plot --save-figure --outdir (optional) ``` or ``` svgdigitizer figure --save-figure ```

There are a number of references to other modules in our documentation that could be linked with intersphinx.

Currently, `__main__.digitize_cv` assumes that the traced plot is of type current (density) vs. voltage. In principle, it can also digitize voltage vs. current (density) plots. In that case, however, the...

- [ ] Determine the type of the electrrolyte from the components automatically. (`svgdigitizer.__main__.cv`) - [ ] Remove `electrolyte.type` from the metadata schema (electrochemistry-metadata-schema)