Skip to content

Conversation

@nanobowers
Copy link
Contributor

@kou This is the first half of the pull-request in #23, which in prepararation for solving #8.

If this is satisfactory, the remaining part will be submitted in a second pull request.

Comment on lines +2 to +4
require_relative "./color_data/tableau"
require_relative "./color_data/xkcd"
require_relative "./color_data/css4"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these references also required to change paths?

end
end
require_relative "color_data/matplotlib"
require_relative "./color_data/tableau"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
require_relative "./color_data/tableau"
require_relative "color_data/tableau"

end
require_relative "color_data/matplotlib"
require_relative "./color_data/tableau"
require_relative "./color_data/xkcd"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
require_relative "./color_data/xkcd"
require_relative "color_data/xkcd"

require_relative "color_data/matplotlib"
require_relative "./color_data/tableau"
require_relative "./color_data/xkcd"
require_relative "./color_data/css4"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
require_relative "./color_data/css4"
require_relative "color_data/css4"

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants