add copilot instructions and rename classes
This commit is contained in:
4
plots.py
4
plots.py
@@ -11,8 +11,8 @@ from theme import ColorPalette
|
||||
|
||||
import hashlib
|
||||
|
||||
class JPMCPlotsMixin:
|
||||
"""Mixin class for plotting functions in JPMCSurvey."""
|
||||
class QualtricsPlotsMixin:
|
||||
"""Mixin class for plotting functions in QualtricsSurvey."""
|
||||
|
||||
def _process_title(self, title: str) -> str | list[str]:
|
||||
"""Process title to handle <br> tags for Altair."""
|
||||
|
||||
Reference in New Issue
Block a user