SciNim / nim-plotly

plotly wrapper for nim-lang
https://scinim.github.io/nim-plotly/
MIT License
173 stars 15 forks source link

Legend font plus two bugfixes #46

Closed Vindaar closed 5 years ago

Vindaar commented 5 years ago

I accidentally sat on these changes on my local PC for months now and only realized now I never committed them.

This PR adds a font field to the Legend so that one can change the size / color / family of the Legend font.

And also fixes two stupid bugs of mine that would have been caught had I written tests for the sugar submodule. Sorry about that.

brentp commented 5 years ago

do you know what happened with travis? must be a change on their setup, unrelated to this.

Vindaar commented 5 years ago

Not sure what happened with travis. I'll see what I can do about it.

Vindaar commented 5 years ago

NOTE: the last commit is NOT ready to be merged! I need to clean stuff up and change some things here and there. Will probably only do that tomorrow though.

edit: also squash and force push away all those stupid commits (:

Vindaar commented 5 years ago

Ok, I just cleaned up that commit history.

I decided to change the following things:

If this sounds reasonable I consider this ready to be merged.

brentp commented 5 years ago

cheers!