Re: plotting function
vincent douce <[email protected]> Sun, 29 Dec 2024 01:57:00 +0100
| Newsgroups | gmane.editors.texmacs.user |
|---|---|
| Message-ID | <[email protected]> |
hello Alex indeed i would like a simple way to have the curves inside TeXmacs - plotting with Matplotlib i have always hated, very complicated… but it works, inside TeXmacs, that’s a beginning - i have tryed with plotly but i can’t manage to make TeXmacs and plotly communicate, i say that because the plot does not appear inside TeXmacs : i would have liked to because i find the code plotly fast lighter thant the matplotlib’s one - plotting curves with Scheme have been very artistic in my sense… and using native TeXmacs tools very convenient ; and understanfing better TeXmacs’ Scheme would have been interesting : i would have liked to. But i cant’ even manage to programm a simple arrow… so i am looking for a light code to plot functions inside TeXmacs Vincent > Le 28 déc. 2024 à 19:14, [email protected] a écrit : > > Hy Vincent, > > Is there a particular reason to plot with Scheme ? You can plot easily using Python (inside a python session) or with TikZ (using a TikZ session)... > > Best regards, > Alex > > Le 28 déc. 2024 19:01, vincent douce <[email protected]> a écrit : > hello > > i am sorry i leanrn starting by usebale examples > > i am desperating finding somewhere a simple example of a simple curve plotted inside TeXmacs with the scheme syntax > > i just found this but dont understand how to use it : > > https://github.com/pireddag/plotFun/blob/MultipleFunctionsSafeWorking/plotFun/doc/fundefs_08.scm > > can anyone send me a simple .tm file or scheme code that plots a curve of function ? > > thanks… > > Vincent > >