Custom plots are not being displayed

Here is the code snipped being used. The plots show up for some runs and for some they do not. The behavior is highly inconsistent.

def line_plot(
    self,
    x_values,
    y_values,
    x_title: str = "x",
    y_title: str = "y",
    chart_title: str = "line_chart",
):
    data = [[x, y] for (x, y) in zip(x_values, y_values)]
    table = wandb.Table(data=data, columns=[x_title, y_title])
    self.run.log(
        {chart_title: wandb.plot.line(table, x_title, y_title, title=chart_title)}
    )

Hi there! Would you be willing to share a link to the workspace with me? Thanks!

Hi there, I wanted to follow up on this request. Please let us know if we can be of further assistance or if your issue has been resolved.

Hi Shriram, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!