top of page
Software
Blog
Course
More
Use tab to navigate through the menu items.
Forum Comments
How to save the canvas into local drive?
In How to
Sjoerd Tilmans
Aug 21, 2023
For now I recommand recording your screen. I always us obs studio, which is a free software. I am working on a record feature in the code itself. But I am not sure when that will be released yet. Good luck!
1
1
How to change the background color of my animation?
In How to
Sjoerd Tilmans
Jul 03, 2023
To change the background color you can set bg as an optional argument when you create the canvas object. canvas = Canvas.canvas(bg=(0,0,0)) This example sets it to black.
0
0
How do I change the font color of a chart?
In How to
Sjoerd Tilmans
Jul 03, 2023
To change the font color you can set the optional argument font_color when you create your chart object. For example bar = BarRace.bar_race(canvas=canvas.canvas, df=df, font_color=(255,255,255)) canvas.add_sub_plot(bar) This example sets the font of the bar race to white, for example if you want to have a black background.
0
0
Sjoerd Tilmans
Admin
0
Followers
0
Following
Follow
Following icon
More actions
Profiel
Forumopmerkingen
Forumposts
Meer
Use tab to navigate through the menu items.
bottom of page