Skip to content

GLMakie save() with px_per_unit rescales current display of figure #4648

@devel-chm

Description

@devel-chm
  • GLMakie v0.10.16
  • yes, the attached images show before and after the save()
  • windows 10 with AMD Radeon Pro WX 3200 series
using GLMakie
x = 1:10
y = rand(Float64,(10,))
f = scatter(x, y)   # before_save.png
save("test_ppu3.png",f,px_per_unit=3)   # after_save.png

Before save()

Image

After save()

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    File IO & displaysave, record, displayGLMakieThis relates to GLMakie.jl, the OpenGL backend for Makie.bugrenderingtypically backend specific

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions