GithubHelp home page GithubHelp logo

matplotlylib's Introduction

matplotlylib's People

Contributors

chriddyp avatar jakevdp avatar theengineear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

matplotlylib's Issues

Include mplexporter submodule within matplotlylib package

I think it makes sense to have a script which includes the mplexporter submodule in the matplotlylib source (see the mpld3 Makefile for an example of this)

The way it's set-up now, you'd have to remember to manually install/update both mplexporter and matplotlylib. Combining them will make installation much smoother.

TypeError: 'module' object is not callable

I create a pretty simple matplotlib figure and call:
fig_to_plotly(fig, username, api_key)

But get this exception:

Traceback (most recent call last):
  File "/home/wiecki/envs/zipline/bin/run_algo.py", line 8, in <module>
    execfile(__file__)
  File "/home/wiecki/working/projects/quant/qexec/zipline_repo/scripts/run_algo.py", line 24, in <module>
    run_pipeline(print_algo=True, **parsed)
  File "/home/wiecki/working/projects/quant/qexec/zipline_repo/zipline/utils/cli.py", line 192, in run_pipeline
    perf = algo.run(source)
  File "/home/wiecki/working/projects/quant/qexec/zipline_repo/zipline/algorithm.py", line 442, in run
    self.analyze(daily_stats)
  File "/home/wiecki/working/projects/quant/qexec/zipline_repo/zipline/algorithm.py", line 236, in analyze
    self._analyze(self, perf)
  File "<string>", line 81, in analyze
  File "/home/wiecki/envs/zipline/local/lib/python2.7/site-packages/matplotlylib/renderer.py", line 827, in fig_to_plotly
    py = plotly.plotly(username, api_key)
TypeError: 'module' object is not callable

This is with current master of matplotlylib, plotly 1.0.26, and matplotlib 1.3.1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.