Skip to content

Very basic plots work

Pre-release
Pre-release
Compare
Choose a tag to compare
@eldond eldond released this 23 Apr 17:30
· 118 commits to dev since this release

Support methods

  • plt.subplots
  • plt.figure
  • ax.plot
  • ax.errorbar
  • ax.axhline
  • ax.axvline

Translates

  • colors
  • linestyles
  • symbols
  • important 1d plot keywords

Notable missing features relevant to supported methods

  • gcf()
  • gca()
  • color cycler
  • legends