Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Plotting with marker style ',' (pixel marker) shows nothing #4095

Closed
@dryo

Description

@dryo
  • windows 7 x64
  • python 3.4.2
  • matplotlib 1.4.2

When doing the following, you get a nice plot:

import matplotlib.pyplot as plt
plt.plot([0,1,2,3,4], '.')
plt.show()

When doing the following, the plot window opens and has same axes etc. but you can't see any points:

import matplotlib.pyplot as plt
plt.plot([0,1,2,3,4], ',')
plt.show()

This worked at least with the same setup and matplotlib 1.4.0rc2

Can anyone confirm?

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