Jackie Lin
Hacker
@p3artschool
I teach Geometry Pattern.
Follow me. Together we can learn Art, Python 3 & C++ programming .
warning message as follow :
Matplotlib created a temporary config/cache directory at /tmp/matplotlib-ckzbt6ee because the default path (/config/matpl
Python
Coder100 That's just a warning, not an error, and that is also expected.
click here
to learn how to fix it!
Also, next time report bugs to bugs please!
import os
os.environ['MPLCONFIGDIR'] = os.getcwd() + "/configs/"
import matplotlib
...
`2 years ago
These five days repl.it seems under construction.
Teacher can NOT create project.
error message is :
Failed to create project: Repl for Template not f
Python
p3artschool I found that Existing Repl Template can NOT be used.
I found that New Repl Template still works correct. But it is very inconvenient to use this method.3 years ago
After an hour, I do not see the email send in my email box.
💢HTM5 SVG animation is here💢 https://hanoi-animation--p3artschool.repl.co
[tools : repl.it python 3.61 + svgwrite 1.21]
Tower of Hanoi is a famous
tools: repl.it web python 3.6 + svgwrite 1.2
file format: HTML5 svg div
HTML, CSS, JS
Normal --> after click run icon, it will change to stop icon wile code is running.
Not Normal --> after click run icon , it quickly back to run again
ash15khng Your graphic file should be in the file tab at the left. repl.it doesn't show graphics in the terminal.4 years ago
click files, then click runner.gif to view the animation
adjust screen size smaller to get correct display ratio
#------------------------------------
Python
I create a folder named motif.
plt.savefig('motif\file01.png', format="png", dpi=72)
or
plt.savefig('.\motif\file01.png', format="png", dpi=72)
Will
10_cut
tool: repl.it python 3, matplotlib, shapely