-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Description
I have an issue with making the plot from a mprof
run legible. This is how mine looks:
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
Labels
No labels