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

Ez plot #295

Merged
merged 7 commits into from
Jan 22, 2018
Merged

Ez plot #295

merged 7 commits into from
Jan 22, 2018

Conversation

jccosta
Copy link
Contributor

@jccosta jccosta commented Jan 9, 2018

These the changes for EzPlot, a new library aiming to help users creating really nice plots.
Background color was added for the legend box and new fonts for the system.

vcs/__init__.py Outdated
@@ -189,6 +189,15 @@ class VCSDeprecationWarning(DeprecationWarning):
("default", "AvantGarde-Book_Bold.ttf"),
("Clarendon", "Clarendon.ttf"),
("Courier", "Courier.ttf"),
("DejaVuSans-Bold","DejaVuSans-Bold.ttf"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jccosta could you add the new fonts last, inserting them here will change the number for the fonts after them and if people rely on font number rather than name for their script it will mess them up.

@doutriaux1
Copy link
Contributor

@jccosta considering the error I get in the vcsaddons, would you mind adding a test for the switchfont issue I ran into there? Thanks.

@jccosta
Copy link
Contributor Author

jccosta commented Jan 22, 2018

Something like this: ac58a89 ?

@jccosta
Copy link
Contributor Author

jccosta commented Jan 22, 2018

Anyway, I changed it for a better way of testing.

@doutriaux1 doutriaux1 merged commit 54b8ada into CDAT:master Jan 22, 2018
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