pysketcher icon indicating copy to clipboard operation
pysketcher copied to clipboard

Python-based drawing tool for making sketches of mechanics problems.

Results 5 pysketcher issues
Sort by recently updated
recently updated
newest added

Hello Hans Petter Langtangen, pysketcher is a very interesting project; I see that no commits have been pushed in the last two years, and I was wondering what plans you...

Matplotlib no longer uses hold. If you use the Force object for vectors, you will receive an AttributeError: Unknown property hold. Remove hold=True in pysketcher/MatplotlibDraw.py to fix the issue for...

Suggesting licensing under the permissive MIT license.

in many example scripts, `raw_input()` is not supported in python 3.4, instead possibly use `input()` Also, when running example/beam2.py, I get the following error ![2015-12-22 13_49_01-photos](https://cloud.githubusercontent.com/assets/3792276/11966782/bed73196-a8b2-11e5-9bff-d1e3a59d90af.png)

I got the error with the .draw() method. MatplotlibDraw.py", line 258, in plot_curve self.xdata = np.asarray(x, dtype=np.float) How do I fix that?