-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subplots or multiple plots overlaid? #303
Comments
Hi, it is not supported by default, but it can be solved with a little trickery, you have to create two separate charts and then place them on top of each other in javascript, see the example code below. But the javascript solution could depend on the notebook type you are using, I tested it in a basic jupyter notebook.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to have two plot geometries in a single Chart? I would like to plot a time series 'line' for forecasting and 'circle' for actual values. Is this possible?
The text was updated successfully, but these errors were encountered: