Skip to content

Can the plot be scaled to show fine detail? #103

@pbowyer

Description

@pbowyer

I have an issue with making the plot from a mprof run legible. This is how mine looks:
plot

I'd like to be able to stretch/zoom the plot - make it much larger, so the function markers don't overlap.

I have tried changing matplotlib's savefig.dpi and figure.figsize values, and both result in the graph being scaled, rather than the canvas being larger and the line/function markers becoming thinner and separated, and the text smaller.

I tried a really wide figure using these settings in my matplotlibrc:

figure.figsize   : 200, 10    # figure size in inches
savefig.dpi      : 100

but it still plotted at 1400x600.

Do you know a way to make this possible?

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