Skip to content

Commit

Permalink
Clarified docstring for pixel_ratio for #5813 (#5817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar authored Jul 21, 2023
1 parent ef1dd3b commit c717c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/operation/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ResampleOperation1D(LinkableOperation):
resolution screens where the PlotSize stream reports 'nominal'
dimensions in pixels that do not match the physical pixels. For
instance, setting pixel_ratio=2 can give better results on Retina
displays.""")
displays. Also useful for using lower resolution for speed.""")

class ResampleOperation2D(ResampleOperation1D):
"""
Expand Down

0 comments on commit c717c6d

Please sign in to comment.