Skip to content
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

How would you like the interface to look? #1

Closed
tbreloff opened this issue Aug 25, 2015 · 7 comments
Closed

How would you like the interface to look? #1

tbreloff opened this issue Aug 25, 2015 · 7 comments

Comments

@tbreloff
Copy link
Member

Any ideas on what the plot commands should look like should go here. See https://github.com/tbreloff/Qwt.jl for how I think it should look.

@tbreloff
Copy link
Member Author

I've added a large doc section before the plot method at src/Plots.jl. This is what I will use as a guideline for implementation (it follows pretty closely with how I made Qwt.jl)

If there are any issues with what you see, please let me know.

@jverzani
Copy link
Contributor

Nice job so far! Since you asked, could you borrow the plot(f::Function, a, b, ...) interface from gadfly? In particular, something along the lines of:

  • plot(f::Function, a, b) plots the function over [a,b]
  • plot([Vector{Function}, a, b) plots the functions over [a,b]
  • plot((f,g), a, b)) does a parametric plot over [a,b]

@tbreloff
Copy link
Member Author

These should all be pretty straightforward... I'll add them next chance I get.

On Sep 12, 2015, at 11:08 AM, john verzani notifications@github.com wrote:

Nice job so far! Since you asked, could you borrow the plot(f::Function, a, b, ...) interface from gadfly? In particular, something along the lines of:

plot(f::Function, a, b) plots the function over [a,b]
plot([Vector{Function}, a, b) plots the functions over [a,b]
plot((f,g), a, b)) does a parametric plot over [a,b]

Reply to this email directly or view it on GitHub.

@tbreloff
Copy link
Member Author

These are implemented now... Please take a look.

On Sep 12, 2015, at 11:08 AM, john verzani notifications@github.com wrote:

Nice job so far! Since you asked, could you borrow the plot(f::Function, a, b, ...) interface from gadfly? In particular, something along the lines of:

plot(f::Function, a, b) plots the function over [a,b]
plot([Vector{Function}, a, b) plots the functions over [a,b]
plot((f,g), a, b)) does a parametric plot over [a,b]

Reply to this email directly or view it on GitHub.

@jverzani
Copy link
Contributor

Looks good. Thanks! Whatever name this ends up with, it will be super useful. (I'm also keen on using this with 'SymPy'. I think it will help a lot. )

@tbreloff
Copy link
Member Author

Is there a SymPy interface you'd like to see within Plots? If so, open a new issue with details.

@tbreloff
Copy link
Member Author

dup of #8

tbreloff pushed a commit that referenced this issue Dec 18, 2015
mkborregaard added a commit that referenced this issue Mar 2, 2017
t-bltg pushed a commit that referenced this issue Oct 6, 2022
my crude understanding of a pipeline stub
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

No branches or pull requests

2 participants