X Tutup
Skip to content

graph not showing when I set format to line #7189

@romainecarter

Description

@romainecarter

pip -> matplotlib version 1.5.3
anaconda -> python 3.5.2

Only shows an empty graph

plt.plot_date(x=[X['Date'][400:500]], y=[X['Last Traded'][400:500]], fmt='r-')
plt.show()

Shows graph but with 'o' instead of a line

plt.plot_date(x=[X['Date'][400:500]], y=[X['Last Traded'][400:500]])
plt.show()

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

      X Tutup