-
-
Notifications
You must be signed in to change notification settings - Fork 359
Plotting chapter addition #622
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
Conversation
updating gitignore, prepping for trip
|
It seems like |
|
Thanks for catching that! I'll fix it soon. |
|
I am relatively happy with how this chapter reads; however, I have considered adding an addition section on format specifiers as described here. I decided not to put it in this release because it isn't really used in any of the AAA plots so far (I think). Let me know if you think I should add it in! |
|
Hey guys, I need this chapter for the next one... So I will probably merge it in tomorrow. |
|
Sounds good, I just read over the chapter and everything looks fine to me. |
This is a rough draft for a plotting chapter in the Algorithm Archive.
I have implemented everything in gnuplot; however, I should have allowed for other people to add in whatever plotter they want later (eg python, julia). In these cases, all the images should probably be regenerated in the plotter of choice.
As a note, this is the first step in an overhaul to the algorithm archive. Next up is domain coloring, followed by FFT's, then convolutions, and then everything else. There's a lot to do and I'm busy right now with my thesis, but I'm doing what I can.