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

Allow TikZ plots to append options #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

isteinbrecher
Copy link

I added the keyword option append_options to the Plot class, which allows to optionally appended the given to the automatically assigned TikZ cycle list (via \addplot+, cf. pgfplots manual Section 3.3.2).

This is my first time contributing to this project, so please feel free to tell me if I missed something (eg. maybe this feature is already possible some other way) or got the workflow wrong.

@codecov-io
Copy link

codecov-io commented Nov 12, 2020

Codecov Report

Merging #312 (f13c9cf) into master (71bac0b) will decrease coverage by 0.02%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #312      +/-   ##
==========================================
- Coverage   89.74%   89.72%   -0.03%     
==========================================
  Files          44       44              
  Lines        3834     3843       +9     
==========================================
+ Hits         3441     3448       +7     
- Misses        393      395       +2     
Impacted Files Coverage Δ
pylatex/tikz.py 92.23% <87.50%> (-0.33%) ⬇️

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