f903c5d8730a8b7b4f2a34b25b623d969d89856a,arviz/plots/traceplot.py,,traceplot,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,9

Before Change


    ax : matplotlib axes

    
    trace = trace_to_dataframe(trace, combined)[skip_first:]
    varnames = get_varnames(trace, varnames)

    if figsize is None:
        figsize = (12, len(varnames) * 2)

After Change


    ax : matplotlib axes

    
    trace = trace_to_dataframe(trace[skip_first:], combined)
    varnames = get_varnames(trace, varnames)

    if figsize is None:
        figsize = (12, len(varnames) * 2)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: arviz-devs/arviz
Commit Name: f903c5d8730a8b7b4f2a34b25b623d969d89856a
Time: 2018-05-06
Author: aloctavodia@gmail.com
File Name: arviz/plots/traceplot.py
Class Name:
Method Name: traceplot


Project Name: arviz-devs/arviz
Commit Name: f903c5d8730a8b7b4f2a34b25b623d969d89856a
Time: 2018-05-06
Author: aloctavodia@gmail.com
File Name: arviz/plots/jointplot.py
Class Name:
Method Name: jointplot


Project Name: arviz-devs/arviz
Commit Name: f903c5d8730a8b7b4f2a34b25b623d969d89856a
Time: 2018-05-06
Author: aloctavodia@gmail.com
File Name: arviz/plots/densityplot.py
Class Name:
Method Name: densityplot