Skip to content

How do I plot custom coloured lines? #28

@tuananhle7

Description

@tuananhle7

I want to plot three lines on the same plot like this

gnuplot.plot(
   {"Training", epochs, trainLosses, "-"},
   {"Validation", epochs, valLosses, "-"},
   {"Test", epochs, testLosses, "-"}
)

but with custom colours. Is this possible?

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