91f77211ab06d836092bbc3653004ab012909f59,examples/periodic_table.py,,,#,11

Before Change


    write(LineChart(chart_data))

    write("Line Chart (detailed API)", fmt="header", level=4)
    write(Chart(chart_data, "line_chart")
        .x_axis()
        .y_axis()
        .cartesian_grid(stroke_dasharray="3 3")

After Change


import urllib, io
import sys

sys.path.append("local/server")
from streamlit import Notebook, Chart, LineChart, AreaChart, BarChart

with Notebook() as write:
    // Title.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: streamlit/streamlit
Commit Name: 91f77211ab06d836092bbc3653004ab012909f59
Time: 2018-03-19
Author: thiagot@gmail.com
File Name: examples/periodic_table.py
Class Name:
Method Name:


Project Name: streamlit/streamlit
Commit Name: 976d20c27e21336bdaca80dc5447d125c94c5a2e
Time: 2018-03-18
Author: thiagot@gmail.com
File Name: examples/periodic_table.py
Class Name:
Method Name:


Project Name: scipy/scipy
Commit Name: 33e16529f74d767d95bab31c5ef61d421bfef105
Time: 2014-05-01
Author: argriffi@ncsu.edu
File Name: scipy/sparse/linalg/eigen/lobpcg/benchmarks/bench_lobpcg.py
Class Name:
Method Name: