X Tutup
Skip to content

FIX: create _dashSeq and _dashOfset before use#5852

Merged
jenshnielsen merged 1 commit intomatplotlib:masterfrom
tacaswell:fix_line2D_init_order
Jan 17, 2016
Merged

FIX: create _dashSeq and _dashOfset before use#5852
jenshnielsen merged 1 commit intomatplotlib:masterfrom
tacaswell:fix_line2D_init_order

Conversation

@tacaswell
Copy link
Copy Markdown
Member

closes #5850

This will need to be back-ported to 1.5.x.

I did it this way because on the 2.x branch we add _dashOffset which is not on 1.5.x and backporting (and dealing with the conflict then) is more reliable that remembering to fix up the second one when merging up).

@tacaswell tacaswell added this to the Critical bug fix release (1.5.2) milestone Jan 14, 2016
jenshnielsen added a commit that referenced this pull request Jan 17, 2016
FIX: create _dashSeq and _dashOfset before use
@jenshnielsen jenshnielsen merged commit a5aa57d into matplotlib:master Jan 17, 2016
jenshnielsen added a commit that referenced this pull request Jan 17, 2016
FIX: create _dashSeq and _dashOfset before use
jenshnielsen added a commit that referenced this pull request Jan 17, 2016
FIX: create _dashSeq and _dashOfset before use
@jenshnielsen
Copy link
Copy Markdown
Member

Backported as a1ada7a (1.5.x) and fe382f5 (2.x)

@tacaswell tacaswell deleted the fix_line2D_init_order branch February 8, 2016 15:56
tacaswell pushed a commit to tacaswell/matplotlib that referenced this pull request May 22, 2016
FIX: create _dashSeq and _dashOfset before use
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.

prop_cycler for custom dashes -- linestyle such as (<offset>, (<on>, <off>)) throws error

3 participants

X Tutup