Multiple Canva ============== This demo illustrates how to compose multiple synchronized canvae in one window. It creates three clock canvae for different time zones and updates each one continuously, demonstrating multi-panel layouts and independent item updates. .. raw:: html Multiple canva demo Full Code --------- .. note:: This demo requires the `pytz` package. .. literalinclude:: ../../../demo/multiple_canva.py :language: python :linenos: