Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ENH: pass dash_offset through to gc for Line2D#5433

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mdboom merged 4 commits intomatplotlib:masterfromtacaswell:enh_dashoffset
Nov 24, 2015

Conversation

tacaswell
Copy link
Member

Previously, the user supplied offset to Line2D set_linestyle
was silently discarded. This commit makes the value to be passed
through to the underlying GC on draw, but not all of the backends do
anything with the offset (ex Agg does not).

@mdboom
Copy link
Member

See my enh_dashoffset branch. I fixed the Agg backend and the PostScript backend. All other backends seemed to already work. (Can't make PR against this because we have too many forks and I can't set yours as the base ?!?)

We should add a test based on your example in#5430.

@tacaswell
Copy link
MemberAuthor

We have emailed gh about that issue, we are just too big. The work around
is url hacking as the bug is in generating the drop down menu.

On Thu, Nov 12, 2015, 09:02 Michael Droettboomnotifications@github.com
wrote:

See my enh_dashoffset branch. I fixed the Agg backend and the PostScript
backend. All other backends seemed to already work. (Can't make PR against
this because we have too many forks and I can't set yours as the base ?!?)

We should add a test based on your example in#5430
#5430.


Reply to this email directly or view it on GitHub
#5433 (comment)
.

@tacaswelltacaswell modified the milestones:proposed next point release (2.1),unassignedNov 24, 2015
tacaswelland others added4 commitsNovember 24, 2015 00:23
Previously, the user supplied offset to Line2D set_linestylewas silently discarded.  This commit makes the value to be passedthrough to the underlying GC on draw, but not all of the backends doanything with the offset (ex Agg does not).
@tacaswell
Copy link
MemberAuthor

I think this is ready to go.

mdboom added a commit that referenced this pull requestNov 24, 2015
ENH: pass dash_offset through to gc for Line2D
@mdboommdboom merged commit06a08e3 intomatplotlib:masterNov 24, 2015
@mdboommdboom modified the milestones:next major release (2.0),proposed next point release (2.1)Dec 11, 2015
@mdboom
Copy link
Member

Backported to 2.0.x asd11e344

mdboom added a commit that referenced this pull requestDec 11, 2015
ENH: pass dash_offset through to gc for Line2D
@mdboommdboom mentioned this pull requestDec 11, 2015
@tacaswelltacaswell deleted the enh_dashoffset branchDecember 13, 2015 04:46
@afvincent
Copy link
Contributor

Intest_dash_offset(), is it normal to haveplt.show() at the end of the test? I just ask this because when I runtest_axes in an IPython session, it is the only test that plots something on my screen (and waits for me to close the window to finish the other tests, as plt.ion() is not used).

@tacaswell
Copy link
MemberAuthor

That can probably be removed.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v2.0.0
Development

Successfully merging this pull request may close these issues.

3 participants
@tacaswell@mdboom@afvincent

[8]ページ先頭

©2009-2025 Movatter.jp