im-AMS / Conformal-Maps

Code for interactive conformal mapping with python and jupyter notebook
MIT License
27 stars 6 forks source link

confCheck #7

Closed zolabar closed 3 years ago

zolabar commented 3 years ago

confCheck in module auxiliary checks of a symbolic function is conformal by checking the cauchy riemann conditions

im-AMS commented 3 years ago

also @zolabar there is a good chance we need to rewrite the plotly graphing part. The reason VBox and HBox are not working because we need to use go.FigureWidget(), and also try to get rid of fig.show() after each update.

But I tried working on it, removing fig.show() is causing lots of issues. I think there is a way to deal with this with help of batch_update or batch_animate. I was not able to figure out that. You should also give it a shot, probably it may work.

zolabar commented 3 years ago

@im-AMS, thank you for the update. I think that this plotly and widget update issue is important for userfriendlyness of the ipynb files, that we use as "GUI". However, I don't no the answer now, I'll see if I can ask someone. If we make "big" changes, an experimental branch might be an option.

zolabar commented 3 years ago

@im-AMS , the „bla bla bla“ part in the readme.md is a mistake, that entered in a conflict resolve while merging or fetching from upstream…

im-AMS commented 3 years ago

The bla bla text was intentional, since it acts as a place holder. But are u facing any issue coz of that? could you elaborate what exactly is happening, or anything I have to change

zolabar commented 3 years ago

Ok! Then everything is ok!

zolabar commented 3 years ago

@im-AMS , i just opened a pull request, its about some ideas, in experimental.ipynb, not fully working yet