Skip to content

How should Plot preserve the previous configuration? #22

Description

@kojix2
  • A new instance of GR::Plot is created each time. Previous settings are not obtained. You have to manage it yourself.
  • A new instance of GR::Plot is created each time. It refers to the previous settings.
  • A new instance of GR::Plot is created. One instance is used repeatedly. Multiple instances may exist at the same time.
  • A new instance of GR::Plot is created. One instance is used repeatedly. It is desirable to have only one instance.
  • There is an instance that holds the settings out of the Plot instance itself.
  • Stop adding class methods to the GR module and make Plot more object-oriented.
  • Choose the wrong way to maintain state in the module for some benefit
  • None of the above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions