Skip to content

update Reporter plots #257

Description

@bwheelz36

to export svg images for the paper, had to add the below lines:

            config = {
                'toImageButtonOptions': {
                    'format': 'svg',  # one of png, svg, jpeg, webp
                    'filename': 'custom_image',
                    'height': 500,
                    'width': 700,
                    'scale': 6  # Multiply title/legend/axis/canvas sizes by this factor
                }
            }
            self._fig_DSV_surface.show(config=config)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions