Skip to content

V1.0.34 merges #41

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

Merged
merged 4 commits into from
Jun 26, 2014
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
v.1.0.34, consolidating last 3 commits (ran ./makefile)
  • Loading branch information
etpinard committed Jun 26, 2014
commit 9203f99ae77c9c23d162343bdcc1c1b7925c161d
2 changes: 1 addition & 1 deletion plotly/chunked_requests
Submodule chunked_requests updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion plotly/graph_reference
Submodule graph_reference updated from 622692 to f37508
2 changes: 2 additions & 0 deletions plotly/matplotlylib/mplexporter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ def get_axes_properties(ax):
'axesbgalpha': ax.patch.get_alpha(),
'bounds': ax.get_position().bounds,
'dynamic': ax.get_navigate(),
'axison': ax.axison,
'frame_on': ax.get_frame_on(),
'axes': [get_axis_properties(ax.xaxis),
get_axis_properties(ax.yaxis)]}

Expand Down
2 changes: 1 addition & 1 deletion plotly/mplexporter
Submodule mplexporter updated 1 files
+2 −0 mplexporter/utils.py