[Python-modules-commits] [python-mplexporter] branch master created (now 20c8d26)
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:18:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to branch master
in repository python-mplexporter.
at 20c8d26 Merge pull request #30 from rainwoodman/patch-1
This branch includes the following new commits:
new 37df028 Initial commit
new e597c05 Commit initial Renderer/Exporter framework
new 09bedd1 add basic vincent renderer
new b0c67e8 add TODO notes
new 8d68e21 add ExampleRenderer to renderers
new 3ffc3f7 add fig and ax properties
new c473a2f add basic vega renderer
new dc9e712 add vega examples
new 1b23dc2 fix vega x/y labels
new d4faf5d changes to work with mpld3_rewrite
new c159eb5 Added plotly subpackage to renderers package for PlotlyRenderer obj.
new 06d9ffe Added test_plotly module to tests package to use with PlotlyRenderer.
new 8438071 Merge pull request #1 from theengineear/plotly
new 9bc4c40 rearrange examples/tests/notebooks
new 8261c11 update vega renderer
new dbe936c add text handling
new 92e504f add savefig command to correctly place text
new 091bba0 Started IPython notebook.
new 89de9c7 Separated out Exporter(PlotlyRenderer).run(fig) from fig_to_plotly(fig).
new 4f6251f Merge branch 'reformat-ren' into ipynb
new 302112a Functional IPython notebook in notebooks directory.
new 4a92f54 Added option for iplot or plot in plotly_renderer for IPython notebooks.
new 5699be4 Just added Apple's .DS_Store to .gitignore file.
new 6b7d5dc Merge pull request #2 from theengineear/master
new 6880903 add path rendering
new ce4616b Reformatted PlotlyRenderer in plotly_renderer to be a bit cleaner.
new a09e7c8 Changed renderer to include colors on lines (whoops) + examples.
new 107f69d Added test_plotly.py which contains functions for nose tests.
new f1f30a0 Changed axis numbering in PlotlyRenderer and added 'fixer-function'.
new a9b0505 Merge branch 'nose' into renderer
new f4724ce Initial testing for plotly. Dictionary comparisons for PlotlyRenderer.
new 1f19ea6 Changed test_plolty.py to test dictionaries from PlotlyRenderer.
new a1de879 add collection exports
new b47a745 add draw_image
new 00a672d add zorder to element styles
new c400eaf add mplobj to renderers
new 94fb400 add axis properties to exporter
new f89055a fix data coordinate processing
new 0de982f PEP8 + Rearrange names in exporter
new 02fde6c add some documentation
new 8aec671 Subplot in PlotlyRenderer is more functional. Two utils functions added.
new 6de31e1 Better test function and nicer looking example for subplots.
new 5aa9d06 Added subplot example to plotly ipython notebook.
new aec2fbe Merge remote-tracking branch 'mpld3/master'
new 7d0722a Commit after adding mplobj keyword args to PloltyRenderer.
new 8355843 Merge branch 'renderer'
new c4a141b Merge branch 'ipynb'
new 8c226ef Updated IPython notebook for plotly.
new 610ce8e update patch fill properties
new 6388e53 pass grid styles
new a2b002a BUG: fix plot with no gridlines
new 4e295b6 pass through artist texts
new 0889cac fix log scale issues
new 6d40638 fix date domains
new db83946 Merge pull request #4 from theengineear/master
new fe79789 export legend
new c6030b3 BUG: correctly pass along zorder in markers
new 63e1b17 call all renderer.draw_* with explicit keywords
new 6786d94 properties->props in renderers
new bbcf088 comment-out broken legend rendering
new 8281390 only import plotly if needed
new bf83fa8 Merge branch 'master' of github.com:mpld3/mplexporter
new 2b2a6b4 Added plotly_utils.clean_dict(). Removes None. 'None', 'none', and {}.
new 26fce2e Added user_friendly dictionary repair functions to plotly_utils.
new 7a718c5 Added positioning for annotations.
new 7e38d64 Workaround for annotation transforms and axis label size.
new ac751d5 add legend; switch to data/axes/figure/display coordinates
new b24aa72 connect grid styles to axis props
new 7b7010f add xlabel, ylabel, title explicitly
new 8110822 add text_type argument to draw_text
new 5adc25f Added docstrings to plotly_renderer and plotly_utils modules.
new 82d3025 Merge branch 'master' into plotly
new 7873bf6 PlotlyRenderer updated for 'text_type' annotation options.
new af485ae Cleared out some commented-out code that was unnecessary.
new d30e9a5 make imports relative
new df03c1f Merge pull request #7 from theengineear/plotly
new e5b86c9 Added 'scale' to axis properties, 'props', dictionary.
new a42c632 Added 'fontsize' to axis properties.
new 837cc92 Merge pull request #8 from theengineear/add_scale
new 59d155b Changed format for acquiring props['fontsize'] for x/y axis objects.
new 4f12d99 Merge pull request #9 from theengineear/add_fontsize
new b35fa6c fix pandas dataframe date conversion
new f891fe9 Removed plotly subpackage from mplexporter package.
new 582b786 Removed import for plotly package from renderer.__init__.py.
new b6e806f Removed mplexporter.renderers.plotly submodule from setup.py.
new 96012bf Merge pull request #11 from theengineear/master
new 69ec174 Increase test coverage
new 49abc4c Added ['style']['markersize'] to utils.get_marker_style.
new e5dc203 Merge pull request #12 from theengineear/master
new 1a365a8 Change `draw_line` and `draw_markers` to 'draw_marked_line`.
new af96550 Removed `lines` and `markers` variables from draw_line in exporter.
new db937de Changed: dsharray - dasharray.
new 4b04417 Added `label` to all renderer's `draw_marker` and `draw_line` calls.
new fd71e49 Merge pull request #15 from theengineear/marked_line_2
new e0abd4f Added a `draw_legend` context manager.
new 26c6628 Changed logic for legends.
new 81da169 Added a `pass` keyword in methods that are to be reimplemented in base.
new a8f3f80 Merge pull request #17 from theengineear/legend_as_context
new 6b6f8f2 Added ['style']['markersize'] to utils.get_marker_style.
new 73984fd Change `draw_line` and `draw_markers` to 'draw_marked_line`.
new c555507 Removed `lines` and `markers` variables from draw_line in exporter.
new b4a5970 Changed: dsharray - dasharray.
new 14bb39d Added `label` to all renderer's `draw_marker` and `draw_line` calls.
new 5d34a3d Added a `draw_legend` context manager.
new c362d89 Changed logic for legends.
new 489658c Added a `pass` keyword in methods that are to be reimplemented in base.
new 2355bbf recursive drawing of legend
new 5231e41 recursive drawing of legend
new 11d5417 Limiting legend drawing to _legend_box and legendPatch to vaoid duplicating objects
new 44d2365 Pull out recursive legend item search into a utility function
new 99c637c PEP8 and better error handling
new 4b9d816 more PEP8
new efbea81 test for legend
new 392e338 Simplify legend marker test
new 6b36ccf Merge pull request #19 from jmeppley/legenddots2
new 5d5e983 Added an import warnings statement to utils.py.
new e08af68 Merge pull request #20 from theengineear/import_warn
new 1e95811 remove stray print statement
new f154ecf some py3k fixes
new ed8da9e mpl 1.4 compat: handle collection transforms correctly
new 9d73767 BUG: correctly handle color='none'
new 23d511a BUG: pass collections through legend
new 2766ea5 BUG: fix linestyle for solid lines
new fb63cec passing on the frame_on and axison attributes
new f61e726 Merge pull request #24 from quaquel/master
new e84301f ENH: include tickformat data from ticker.FixedFormatter
new 253b162 Merge pull request #25 from aflaxman/axis_fixed_formatter
new 10b22b1 multialignment is used when '\n' (newlines) exist in text
new 9fbaa16 merge PR #23 from origin/fix-solid-linestyle, resolve conflict
new 0168ffc Merge branch 'fix-solid-linestyle'
new b56d513 Merge pull request #26 from mpld3/text-multialignment
new 34b2bb7 Create a canvas there is no canvas for the figure.
new 5ba9e1c Add a test case for the empty canvas patch
new 2f598b0 import FigureCanvasAgg at the top.
new 20c8d26 Merge pull request #30 from rainwoodman/patch-1
The 135 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git
More information about the Python-modules-commits
mailing list