-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color implementation #106
base: master
Are you sure you want to change the base?
Color implementation #106
Conversation
Come to think of it, this macro would allow removal of the |
Sorry I didn't get to this this weekend. I'll try to look at it soon. |
Think this is ready for discussion now (though no rush). Happy to take feedback: I want to make it work for what you want and need for the project. |
Note that a couple of types are unfinished: these need finishing (if I can work out what they do) or removing. |
This is a (currently partial) implementation of some of the color types. More are planned to follow.
The main reason for starting a partial PR is to ask if the changes to the internal API are reasonable: the removal of the
new_plot_n()
functions and effective replacement with agenerate_data
macro.(Also this has snowballed a bit and led me to try implementing several new plot types as I started trying to reproduce some of the gnuplot demos as my examples - those should probably come as separate PRs at some point)
Addresses #105 #86