Skip to content

Have separate variables for top, left, right and bottom margins in Axes #22

@v0dro

Description

@v0dro

Currently the margins (top/bottom and left/right whitespace after which the X & Y axis begin) are defined by two variables @x_axis_margin and @y_axis_margin. As a result we cannot customize 4 sides individually.

Change these to @top_margin, @left_margin, @bottom_marginand@right_margin`. Changes should reflect in the other parts of the code too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomers. Approx. time to solve 0-2 hours.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions