Skip to content

New Setting for number of points when plotting functions #59

@MBerman9

Description

@MBerman9

Line 322 of plotobjects.py hardcodes 100 points when plotting a function or fit. Sometimes, a higher resolution is preferable, so converting this into a setting would be appreciated.

return np.linspace(self.xrange[0], self.xrange[1], 100)

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