Giter Site home page Giter Site logo

Comments (4)

KrissiHub avatar KrissiHub commented on June 1, 2024

It looks like he method for the matplotlib version for (e.g.) the importances plugin returns a plotly, not a matplotlib though. Am I seeing this right or can someone clarify?

from deepcave.

sarah-segel avatar sarah-segel commented on June 1, 2024

So by default, a plotly is returned. But when selecting matplotlib style, the method load_mpl_outputs() should be used instead of load_outputs():

if mpl_active:

I think currently the plugins parteto front and importance have that method. E.g. for the importance plugin:
def load_mpl_outputs(run, inputs, outputs):

Does that answer your question, or did I overlook something there?

from deepcave.

sarah-segel avatar sarah-segel commented on June 1, 2024

Nevertheless, there seem to be some problems with the existing matplotlib methods. E.g. they use seaborn style, but seaborn is not in the requirements - I will add that. For the pareto front, it seems like there is another problem as well, which needs to be checked at some point (it creates a plot but does not show the pareto front).

from deepcave.

KrissiHub avatar KrissiHub commented on June 1, 2024

I think the main part of my problem of understanding the method lies here

def get_mpl_output_layout(register):
return html.Img(
id=register("graph", "src"),
className="img-fluid",
)

If my understanding is correct, the returned object is a plotly object, but the methods name suggest, that it returns a matplotlib object.

from deepcave.

Related Issues (20)

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.