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

plot function modifies file names #17

Open
Symbolics opened this issue Oct 12, 2019 · 2 comments
Open

plot function modifies file names #17

Symbolics opened this issue Oct 12, 2019 · 2 comments

Comments

@Symbolics
Copy link
Collaborator

In working through issue #16 it seems that having plot generate unique names may not be a good idea. The R and Python plotting libraries I looked at do not change the file names, and it seems that if I specify a file name, that's the one I should expect to get written.

I propose we eliminate the *plot-number* special variable and output plot names verbatim, using a sensible default.

@Symbolics Symbolics changed the title plot function mangles file names plot function modifies file names Oct 12, 2019
@Symbolics
Copy link
Collaborator Author

*plot-number removed in pull request #16, but left in the generate-html-page function. It looks like we could remove it there too, and substitute title for the plot name.

@Symbolics Symbolics reopened this Oct 15, 2019
@Symbolics
Copy link
Collaborator Author

Leaving open until we figure out what to do with *plot-number* in generate-html.

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

1 participant