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

Configurable qplot defaults #220

Merged
merged 3 commits into from
Oct 21, 2023
Merged

Configurable qplot defaults #220

merged 3 commits into from
Oct 21, 2023

Conversation

pablosanjose
Copy link
Owner

The new exported function plotdefaults(; figure = (;), axis = (;)) can be used to define the default values of the figure and axis kwargs in qplot. Typical uses: fix the resolution of all subsequent plots, or the labels of their axes.

@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1613b41) 92.54% compared to head (a487573) 92.54%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   92.54%   92.54%           
=======================================
  Files          34       34           
  Lines        5443     5443           
=======================================
  Hits         5037     5037           
  Misses        406      406           
Files Coverage Δ
src/Quantica.jl 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pablosanjose pablosanjose merged commit caac64e into master Oct 21, 2023
8 checks passed
@pablosanjose pablosanjose deleted the qplotdefaults branch October 21, 2023 14:38
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

Successfully merging this pull request may close these issues.

2 participants