8000 dpi= doesn't seem to have any effect with MacOS X backend · Issue #113 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
dpi= doesn't seem to have any effect with MacOS X backend #113
Closed
@astrofrog

Description

@astrofrog

I am using the MacOS X backend, and when plotting and saving a file, the dpi= option seems to be ignored:

fig = plt.figure()
ax = fig.add_subplot(1,1,1)
fig.savefig('test.tif', dpi=1000)

produces a file that has dpi=72. Is this normal, or is it a bug? If it is normal that dpi doesn't have any effect, it might be worth adding a warning so the user knowns the dpi option will be ignored.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0