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

mpl 2.0.0 vs 2.0.1 line style with wx-backend #8637

Closed
@edge-python

Description

@edge-python

I have taken the base code from:

https://matplotlib.org/examples/user_interfaces/embedding_in_wx4.html
user_interfaces example code: embedding_in_wx4.py

I have added:

import matplotlib.widgets # .Cursor

and in class CanvasFrame:

    self.lineprops = dict(linewidth=0.5, linestyle='-.', color='#660099', alpha=1)       self.line_cursor = matplotlib.widgets.Cursor(self.axes, **self.lineprops)

RESULT:
the line style in 2.0.1 (and 2.0.2) is very different to 2.0.0

I want the style of 2.0.0

What is the reason?

Thank you

2 0 0 vs 2 0 1

  • Operating System: Win 10 64bit
  • Matplotlib Version: 2.0.0 vs 2.0.1 (and 2.0.2)
  • Python Version: 3.6.1
  • Other Libraries: wx 4.0.0a1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp