You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unfortunate, as all the plotting uses the series rather than dataframes, and it would be nice if the axes and legends could use the latex labels where they exist.
>>> ns.plot.kde_2d('x0', 'x1')
The text was updated successfully, but these errors were encountered:
AdamOrmondroyd
changed the title
Retain latex label when slicing
Retain latex label when slicing DataFrame to Series
Jan 19, 2023
When a dataframe of nested samples is sliced to a smaller dataframe, it retains the latex labels, e.g:
However, if it is sliced to a series, the latex labels are lost:
This is unfortunate, as all the plotting uses the series rather than dataframes, and it would be nice if the axes and legends could use the latex labels where they exist.
The text was updated successfully, but these errors were encountered: