-
Notifications
You must be signed in to change notification settings - Fork 4
Implement vector graphics and adjust figure sizes #43
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
I remember that setting Date as |
|
It seems that it is only a problem of the GitHub Action They suggest to add the following script to the action, in order to restore information of the last modification time from git commits https://stackoverflow.com/a/55609950 I'm trying to implement it |
|
Also, I don't think we need the |
1012bb9 to
5cf8abb
Compare
Checklist
Thank you for contributing to Tutorials for Quantum Toolbox in
Julia! Please make sure you have finished the following tasks before opening the PR.datewere modified for new or updated tutorials.Version Informationsection was added at the end and displays the output ofversioninfo().make render.Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.
Description
The current version of the website shows very low quality plots, everyone with a different width. Here I set the vector graphics, in order to show high-quality plots, and I also set a default witdth, common to all plots.
I also changed the date of every file to last-modified, as I think it is a smarter way to keep track of dates.