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

Matplotlib widget #189

Merged
merged 2 commits into from
Sep 14, 2018
Merged

Matplotlib widget #189

merged 2 commits into from
Sep 14, 2018

Conversation

twheys
Copy link
Contributor

@twheys twheys commented Sep 13, 2018

Added a matplotlib widget.

The tests are a bit bare because I'm not sure how to evaluate the matplotlib objects. Will come back to that later.

@twheys twheys self-assigned this Sep 13, 2018
@twheys twheys changed the base branch from master to fireant1.0 September 13, 2018 10:49
stacking = 'percent'


class HighChartsPieChartTransformerTests(TestCase):
maxDiff = None

chart_class = HighCharts.PieChart
chart_class = HighCharts.PieSeries
Copy link
Contributor

Choose a reason for hiding this comment

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

Personal preference - but I think the name PieChart makes more sense to use than PieSeries.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a series because there are multiple series within the same Chart. I changed the name to disambiguate it.

…p matplotlib tests if matplotlib is not installed
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.3%) to 91.904% when pulling 5ff8aa8 on matplotlib_widget into a244eef on fireant1.0.

@twheys twheys merged commit 53301bd into fireant1.0 Sep 14, 2018
@twheys twheys deleted the matplotlib_widget branch September 14, 2018 12:28
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.

None yet

4 participants