Albert Engstfeld
Albert Engstfeld
Displayed outputs can be modified by the [`+geometry`](https://byexamples.github.io/byexample/advanced/geometry) option. The standard is `+geometry 60x80` (output length width) The following example returns short output for the CLI options. ```sh $ svgdigitizer...
It also seems that we can not suppress output warnings, which makes implementation of `byexample` even harder in #189
Could you be more specific about what is not working? :)
According to the error, the path in the SVG is not grouped with a text field labelled `curve: identifier`, where the identifier can be chosen freely (as illustrated in the...
Possibly not. The paginate command has or will have several flags related to pdfs only (doi, maybe page selection, ...). Also, we would have to discern between pdf and image...
@saraedum How should we doctest or document the CLI. I found the following solutions. Both require a filename (which should point to an existing file). Should we use an example...
Seems to work (see #86)
@saraedum For the `paginate` function we need a pdf. a pdf can be created and written with fpdf: ```python from fpdf import FPDF pdf = FPDF() pdf.add_page() pdf.add_page() pdf.set_font('Arial', 'B',...
I am not sure. It does not seem to be plot-specific. Also, it is a parameter that you want to play around with, which I think is more convenient when...
reopened due to discussion. Based on our discussion last week, I thought it does not really matter how fine we sample. Hence if a low sampling rate would be enough...