You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Symbolics
changed the title
plot function mangles file names
plot function modifies file names
Oct 12, 2019
*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.
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.The text was updated successfully, but these errors were encountered: