Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnumeric gnumeric
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 380
    • Issues 380
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnumericgnumeric
  • Issues
  • #507
Closed
Open
Created Jul 05, 2020 by Shlomi Fish@shlomifContributor

gnumeric "ssconvert --export-graph" exports smaller-sized .svg files from .xlsx and .gnumeric ; .ods is fine.

After running:

ssconvert --export-graphs Freecell-Solver--benchmarks-vs-time.xlsx i.svg && mv -f i.svg{.0,}

on either this .xlsx file which I generated from the input .tsv using my FOSS csv2chart program and Excel::Writer::XLSX, or its .gnumeric analogue, which contains a large scatter X/Y chart, the .svg dimensions are small.

The .svg dimensions are better after I use ssconvert to generate an .ods and --export-graph from it.

  • Reproducing shell program git repo
  • Original program

I tested the *.svg images viewport sizes in all of:

  • inkscape
  • firefox
  • eog
  • eom

Note that the chart's dimensions in gnumeric and libreoffice are fine: large ones.

Tested with the git master branch of gnumeric / ssconvert / lib-goffice as well.

I am using Mageia Linux 8 x86-64 and Fedora 32 x86-64.

A sample invocation of the repo's program is:

( PATH=~/apps/gnumeric/bin:"$PATH" ; bash plot-benchmarks-against-time--gen-charts.bash --viewer "firefox" --input-format xlsx --force false )
( PATH=~/apps/gnumeric/bin:"$PATH" ; bash plot-benchmarks-against-time--gen-charts.bash --viewer "firefox" --input-format ods --force false )

I can provide some screenshots if necessary.

Assignee
Assign to
Time tracking