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

New style for USENIX and ACM #129

Open
pmcao opened this issue Sep 23, 2024 · 1 comment
Open

New style for USENIX and ACM #129

pmcao opened this issue Sep 23, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pmcao
Copy link

pmcao commented Sep 23, 2024

Are you interested in adding styles for conferences such as USENIX and ACM? I have created those styles and can push.
For example:

# Matplotlib style for IEEE plots
# This style should work for most two-column journals

# Set color cycle
# Set line style as well for black and white graphs
axes.prop_cycle : (cycler('color', ['k', 'r', 'b', 'g']) + cycler('ls', ['-', '--', ':', '-.']))

# Set default figure size
figure.figsize : 3.49, 2.15
figure.dpi : 600

# Font sizes
axes.labelsize: 7
xtick.labelsize: 7
ytick.labelsize: 7
legend.fontsize: 7
font.size: 7


# Font Family
font.family: sans-serif
font.sans-serif: Arial, Helvetica, Lucida Grande, Verdana, Geneva, Lucid, Avant Garde, sans-serif

# Set line widths
axes.linewidth : 0.5
grid.linewidth : 0.5
lines.linewidth : 1.
lines.markersize: 3

# Always save as 'tight'
savefig.bbox : tight
savefig.pad_inches : 0.01  # Use virtually all space when we specify figure dimensions

text.usetex : False


fig01-usenix

Note the figure size is made as big as possible and following the golden ratio. Example output:

@echedey-ls
Copy link
Collaborator

Definitely yes!! Can you provide links to the style guide for figures for both conference types, to double check the styles? Please keep the styles minimal so behaviour is less unexpected, add examples to the gallery and modify the readme as needed, thanks ❣️

@echedey-ls echedey-ls added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants