Skip to content

fix title and labels when chaining #16

Open
@mcastorina

Description

currently if the user does not specify title, xlabel, or ylabel and the graph is being chained, the resulting output uses the last xcol, ycol values

i.e.

graph samples/sine.csv -C | graph samples/cosine.csv

gives title cos(2πx/1000) vs x and it should be sin(2πx/1000), cos(2πx/1000) vs x as is the case with

graph samples/sine-cosine.csv

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions