Skip to content

using figrecipes in google colab #59

@ghost

Description

hei

i use module from matminer.figrecipes.plot import PlotlyFig
and i try this basic code

A Simple XY plot

pf = PlotlyFig(title="Basic Example", mode='notebook')

Inputs are tuples contain a list of x variables and y variables

pf.xy(([1, 2, 3], [4, 5, 6]))

but the plot not showed

so, can you tell how to show this plot in google colab ?

Anotasi 2020-07-13 020738

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions