How I make beautiful GRAPHS and PLOTS using LaTeX

  Рет қаралды 477,543

Dr. Trefor Bazett

Dr. Trefor Bazett

Күн бұрын

Пікірлер: 312
@Filup
@Filup 2 жыл бұрын
Very good video. I am a double degree student in math and comp sci, and LaTeX is one of those things that you both remember but never entirely. Having a whole video with dedicated examples is a good reference for anyone who cannot quite recall how to do individual tasks. This is a better resource than the online forums recommending (and I do not joke) 20+ year old advice, which may now me deprecated.
@stevematson4808
@stevematson4808 2 жыл бұрын
Years ago I helped develop the Latex language -- When I worked for Vandelay Industries.
@comporellon
@comporellon Жыл бұрын
Founded by Art Vandelay?
@stevematson4808
@stevematson4808 Жыл бұрын
@@comporellon Yes, he was a good friend of mine. Did you know him too?
@Arycke
@Arycke Жыл бұрын
​@comporellon don't forget Don Knuth, creator of TeX also! LaTeX is amazing
@stevematson4808
@stevematson4808 Жыл бұрын
@@Arycke oh yes, good ol Don. Don was on my bowling league.
@Arycke
@Arycke Жыл бұрын
@stevematson4808 thank you for your development of LateX sir I appreciate your contribution.
@FelipeBalbi
@FelipeBalbi 2 жыл бұрын
11:58 the way I consider the anchors is that I place a bounding box around the label, then the point on that bound box that sits on the axis is the (in this case) the south west corner of the bounding box
@SourabhBhat
@SourabhBhat 2 жыл бұрын
I generally use matplotlib (Python library) with TeX fonts for plotting and export as pdf or eps for later adding to my LaTeX document. Even though it produces very high quality plots, I have to manually adjust the font size (using trial & error) to match the document font size. Pgfplots seems wonderful to get the best of both worlds, especially with the external data file option. Thank you !
@FranseFrikandel
@FranseFrikandel Жыл бұрын
I believe if you just set the figure size correctly in matplotlib, and then don't add any width settings or similar to your includefigure in LaTeX, the font sizes should translate correctly.
@the-alchemist13
@the-alchemist13 2 жыл бұрын
It was a nice surprise to see that many of the commands are quite similar to MATLAB’s or Matplotlib’s plotting and formatting environment commands
@fgp1979
@fgp1979 2 жыл бұрын
Other way around I believe: the commands in Matlab and matplotlib are similar to latex's!
@youerny
@youerny 2 жыл бұрын
The root of those API are from Matlab, but they are so simple and widely used that introduces something totally different would just consume precious time to learn again. Still, as a new user of Python and all the most widely adopted libraries, I must confess that the “anatomy of a figure” in matplotlib is still a bit confusing when compared to Matlab’s. I spent many years before switching, but still not everything is straightforward to me. And mixing NP or PD with matplotlib is nice, but introduces some peculiarities for each data substrate that could be made more uniform. I am referring to syntax for a plot, vs a plot from a dataframe, vs a plot from a np.math array. Small differences are disorienting and matlab is more straightforward. But it is free, as a beer in a drunk speech, therefore thanks to the community for sharing it all with us
@d029w7
@d029w7 2 жыл бұрын
A new LaTeX user here. This video is very helpful. I am going to check other videos as well. Thank you for sharing your knowledge.
@ppal64
@ppal64 2 жыл бұрын
LaTeX is just something that physicists ‘do’,” explains chief editor ( Nature Magazine) Andrea Taroni. “Trying to get them to do otherwise is like trying to herd cats.”
@aulasdematematicaefisica
@aulasdematematicaefisica 2 ай бұрын
Very clear ! You did your PhD in algebraic topology, but you do very well math education (I'm a math's teacher in middle school).
@mikefochtman7164
@mikefochtman7164 2 жыл бұрын
As an older person, when I went back to take some college for an additional degree (~2010), I struggled with coming up with graphing tools like this. I wish I had found your material then but it may not have existed, I don't know. I ended up kluging some stuff together with Excel and what-not. (first round of school, we typed papers on typewriter and left large blanks, where we would hand-write formula/ symbols. lol) Love your videos, even if I don't have a big use for them now (retired). Some folks might not appreciate how nice these tools are. (okay, I'm being curmudgeonly, "kids don't know how good they have it, we had to walk... uphill both ways... ", "You had ones and zeros? We programmed with only ones!" lol)
@NuclearPhysix
@NuclearPhysix 2 жыл бұрын
I wish I had just 1 percent of your brains. Great work Dr Bazett.
@DrTrefor
@DrTrefor 2 жыл бұрын
You do!
@bastianfrom77
@bastianfrom77 Жыл бұрын
In the "old days" I used gnuplot which produces either eps, png or latex-code. It is actually a old, (then) convinient tool. One of the main points for me was, that the plots have a common style and not look too different. Another important feature was, that als the labels in the graph have exactly the same font and adapted fontsize as found in the text. I like this package you presented here and I think I will try it
@fredericoamigo
@fredericoamigo 2 жыл бұрын
Dude, your content is a goldmine for me as an aspiring Data scientist. Another brilliant video!
@DrTrefor
@DrTrefor 2 жыл бұрын
Thank you!
@jacobstarr9010
@jacobstarr9010 10 ай бұрын
I'm in a physics lab and am trying to learn LaTeX to make it easier to make good lab reports, so thank you for these videos
@bluedoggo4429
@bluedoggo4429 2 жыл бұрын
bruh, I've been waiting for this video soooo much. Grazie mille! *thankful italian gestures*
@Childerick1
@Childerick1 2 жыл бұрын
It is so nice to have a well articulated tutorial on Latex at the right speed and with a well presented screen. Plus the enthusiastic smile of the lecturer who carries so much positive emotions. Thanks a lot!
@janstoeb
@janstoeb 2 жыл бұрын
I studied Electrical Engineering in Lübeck, Germany, where the creator of TikZ Till Tantau teaches as a Professor :D
@haraldurkarlsson1147
@haraldurkarlsson1147 2 жыл бұрын
Nice presentation and I agree you cannot simply watch this stuff. You have to do it yourself in order to learn it. LaTeX does have steep learning curve but the habits you develop when working with it will help when working with other programs. Fortunately, the PGFPLOTS manual is excellent with great examples and explanations. Finally, it is simplest to set compat=newest inside the pgfplotsset (in the preamble) and not worry about the version you are using. I would like to see more on working with external data - for instance csv files. Thanks.
@DrWeselcouch
@DrWeselcouch Жыл бұрын
This is great! I use Tex all the time, but now I'll be able to make graphs with Absolute Confidence!
@yolamontalvan9502
@yolamontalvan9502 2 жыл бұрын
This is really amazing. I was learning PostScript with GhostScript because I have a PostScript printer. But this Latex seems to be more powerful for making graphics. Thanks.
@Bobbias
@Bobbias 2 жыл бұрын
Iirc LaTeX often gets compiled to postscript in a lot of cases.
@youerny
@youerny 2 жыл бұрын
I truly respect you for the effort of learning PS (!!) in 202x. Please make you a favor and go some steps upwards: ps is to docs as assembly is to programming. You can do it, but it almost always not needed today. One more layer of indirection could be useful, automating LaTeX generation by means of python and running it from data at compile time -if needed-.
@tiagoinenglish
@tiagoinenglish 9 ай бұрын
Thank you so much, Mr. Bazett! I didn't even know it was possible do graphics on LaTeX. I've just learnt something new! It was pretty exciting. I hope I can do the graphs I need to do
@zahidurrahaman428
@zahidurrahaman428 Жыл бұрын
Very good job. Thank you very much Dr. Trefor.
@DrTrefor
@DrTrefor Жыл бұрын
Glad you liked it!
@soufianehn8817
@soufianehn8817 Жыл бұрын
Just Amazed by all informations contained by Latex...Too Much Thanks For You Dr Trefor for all the explanations and the interesting Tutorials about OverLeaf..
@youerny
@youerny 2 жыл бұрын
Many packages available, but after several docs I definitely opted for matplotlib+pdf despite coding the plots in the doc src. As far as I know I just opted for a control flow design package because the quality of the feedback control loops were astonishing. LaTeX should be mandatory, but try to look for the best compromise among orthodox approach and throughput (how long it takes to complete this chapter, one week or three?). :)
@youerny
@youerny 2 жыл бұрын
@gautha pandith every task, its tool. I totally agree with you. On the other hand we should consider with huge humility that the author of TeX is a genius, and definitely not someone prone to adopt efficient trade-offs like both of us. The effort to write such an intricate piece of SW, after having studied editor graphics and Fonts deeply, in order to write the most wide and beautiful books (encyclopedia today…?) about Computer Science, just because his publisher changed the font for his books with something he disliked, is not exactly the average scientist aiming at publishing to avoid death :). Jokes aside, thank you with all my gratitude, Dr Knuth and Dr. Lamport, for making the world a better place with your creations (La)TeX!
@Serenesium
@Serenesium 6 ай бұрын
1:18 Is no one going to mention how perfect the sponsorship segment is?
@stephenpaapaowereduassefua5371
@stephenpaapaowereduassefua5371 2 жыл бұрын
This video is really useful. Thanks a lot sir
@emanuelorzusa
@emanuelorzusa 2 жыл бұрын
¡Gracias!
@ImStian
@ImStian Жыл бұрын
Fantastic video! I'm writing my bachelor's thesis next semester it's going to look super fancy with these plots! :D
@fadl999
@fadl999 2 жыл бұрын
Thanks a lot for the video and sharing the latex template.
@rayenwiller
@rayenwiller 4 ай бұрын
it's lucky to learn from a wonderful teacher.
@sergiop.4909
@sergiop.4909 2 жыл бұрын
Very helpful thanks!! Plotting with this package looks easier than plotting on matlab or octave haha
@MatteoBoffoakaStempelo
@MatteoBoffoakaStempelo Жыл бұрын
Grazie.
@DrTrefor
@DrTrefor Жыл бұрын
Thanks so much!
@meu22422
@meu22422 2 жыл бұрын
I use Matlab to plot and then adjust its formating and styles etc using its plot editing tool. Then save it as .eps file and load into latex. Crisp looking graphs but as you said, symbols and fonts are not same as latex maths. But as long as it is consistent for all plots, it's ok.
@hrperformance
@hrperformance 2 жыл бұрын
Whoohooo! This is going to be so useful!! (I haven't actually watched it yet but I know it will be good haha)
@davidgillies620
@davidgillies620 2 жыл бұрын
A big advantage of LaTeX is that it is programmatically generable in a way that, say, MS Word documents are not (you can script Word using Visual Studio, but you probably shouldn't). For stereotyped report creation, for example, it's a very lightweight technique. I primarily use Mathematica to generate plots for inclusion in LaTeX documents because I have even more control over the output , as well as three decades' experience using the software. Lately I've been using R quite a bit.
@youerny
@youerny 2 жыл бұрын
MS word is for administrative staff. If your job is different, LaTeX is your tool! Possible in one of the modern online incarnations
@zyxzevn
@zyxzevn 2 жыл бұрын
And I thought that Latex was just for plain text and formulas. Thanks for showing this.
@NuclearPhysix
@NuclearPhysix 2 жыл бұрын
I admire your knowledge and clarity of explanations. Can I request/suggest a series on the history of famous mathematical functions such as Laplace, Gamma, Fourier, etc. How did they come about?
@DrTrefor
@DrTrefor 2 жыл бұрын
That's a great idea!
@Ajajqiqjaa
@Ajajqiqjaa 2 жыл бұрын
@@DrTrefor thank you for your great effort !!!!!!!
@rogeriosoares8272
@rogeriosoares8272 2 жыл бұрын
Very helpful. Thank you for the video
@muzaffarbashir4566
@muzaffarbashir4566 Жыл бұрын
Plz do share your old overleaf project so we can learn more
@keysersoze_6
@keysersoze_6 2 жыл бұрын
Mate, you helped me a lot, i had to make loads of plots for my thesis!
@angelamusiema
@angelamusiema Жыл бұрын
Che bello!!!!! Il punto centrale,nel cerchio e nella circonferenza!!!!! Whaooo!
@ТимофейЧерников-щ2х
@ТимофейЧерников-щ2х 2 жыл бұрын
Thank you for this amasing video! Although I prefer to plot in matplotlib in my Jupyter notebook and then import pgf plot to Latex. It's more convenient if you're doing some calculations on the data before plotting it and might want to change source of the data/add some other calculations.
@alialzahrani1541
@alialzahrani1541 2 жыл бұрын
Your video has made my life much easier.. thanks a lot 💐
@MrRenanwill
@MrRenanwill 2 жыл бұрын
I like to use SVG figures generated by Geogebra. The time it compiles is just larger in the first time you compile it. In the rest of the time, It looks like the time of inserting a PDF.
@michaelgraff6978
@michaelgraff6978 2 жыл бұрын
I knew TeX and LaTeX very very well when I was in college. I now have flashbacks.
@JR-uc3nk
@JR-uc3nk 5 ай бұрын
Hey dude I love you with all my heart you have so many important videos that help me haha
@ziedjbeli4811
@ziedjbeli4811 2 жыл бұрын
Very helpful, thank you so much!
@jasonthomas2908
@jasonthomas2908 2 жыл бұрын
I use Jupyter Notebooks + Gnu Octave. That way I can do computation stuff alongside my latex
@solarflair3613
@solarflair3613 2 жыл бұрын
Those 3d plots look so sick !!!! Great stuff very cool
@TranquilSeaOfMath
@TranquilSeaOfMath 2 жыл бұрын
This is a nice overview/introduction to pgfplots.
@saragalvan1159
@saragalvan1159 2 жыл бұрын
I love latex, when overleaf started I really hate it! To me share Latex was heaven. But when they merge the two projects, I was forced to use overleaf and now I recognize that is really useful and I love the project! God bless you guys!
@FelipeBalbi
@FelipeBalbi 2 жыл бұрын
Very cool! I wish I had this video years ago when I started using latex and tikz. Personally, I like to put tikzpicture always inside a figure environment that starts with a \centering :-)
@noblesavage149
@noblesavage149 2 жыл бұрын
Looking forward to having a go with this in emacs!!!
@sg6280
@sg6280 8 ай бұрын
Thank you! This was extremely helpful and well done!
@whydoyouaskdude
@whydoyouaskdude 2 жыл бұрын
Nice video. You don't need to specify color=red, just [red] will do the same. Also, did you know a node can contain literally anything? Even includegraphics commands to position images with nodes or even entire tikzpicture environments to reuse and easily move entire already made TikZ graphics. The possibilities are endless.
@erikfauser2418
@erikfauser2418 2 жыл бұрын
very helpful video and easy to understand
@MinecraftJesusGaming
@MinecraftJesusGaming 2 жыл бұрын
Ok this is something I need
@jonathanalexandremorazalme7495
@jonathanalexandremorazalme7495 Жыл бұрын
Very nice video! Thank you for the content!
@FoxtwoPC
@FoxtwoPC 2 жыл бұрын
Thank you for a fantastically explained and generally helpful video -- I only wish it existed or I was aware of these tools when I wrote my thesis in 2011 using LaTeX and a DIY MATLAB/Octave/Bash script set that would sequentially run Matlab/Octave scripts to generate, label, export plots into a graphics folder and then compile my LaTeX doc where they would be added using '\includegraphics' then ->pdfLaTeX->open in some Ubuntu pdf viewer to create my "instant" preview...something like pgfplots would have helped me close the loop in a much simpler manner...I think at the time I was just happy that I got BibTex working...
@isaackay5887
@isaackay5887 2 жыл бұрын
I'd love to see a video on using LaTeX to create graphs for solutions of inhomogeneous diffusion- / wave- equation BVPs (especially ones who's spatial operators are not self-adjoint - requiring to be put into Sturm-Liouville form) [Edit 1: I think it would be helpful to know how to do this here in LaTeX versus using secondary software like MATLAB, Python, Wolfram, or Geogebra, especially for lecture documentation purposes when trying to compare what would happen with different ICs and variations of dirichlet/neumann/robin BCs. By the way, love your videos, Dr. Bazett - keep up the terrific work!] [Edit 2: Ahh shoot - I had too much hope! It's such a powerful tool that sometimes I forget it's not an IDE 😅]
@DrTrefor
@DrTrefor 2 жыл бұрын
So LaTeX doesn't "know" any math, it doesn't know how to solve a differential equation for instance. So that part I have to leave to you, but once you have a function or a vector field or whatever else, then LaTeX can be used to plot it.
@Eligos666
@Eligos666 2 жыл бұрын
I love it!
@vin84iitr
@vin84iitr 2 жыл бұрын
Awesome video!! Adding a small request to demonstrate overleaf to use in journal article submission (preferably for Elsevier).
@antoniocafualicamendes2370
@antoniocafualicamendes2370 Жыл бұрын
Salvaste a minha tese. Muito obrigado pela aula linda e clara!
@MukkuPavanKumarPHD
@MukkuPavanKumarPHD 2 жыл бұрын
Thank you so much, sir. Can u suggest to me how to add a label to the axis?
@DrTrefor
@DrTrefor 2 жыл бұрын
xlabel={} and ylabel={}
@aweebthatlovesmath4220
@aweebthatlovesmath4220 2 жыл бұрын
Love the shirt!
@DrTrefor
@DrTrefor 2 жыл бұрын
Thanks! It is one of my favourites:D
@ocayaro
@ocayaro 2 жыл бұрын
This video finally made me subscribe.
@JohnVKaravitis
@JohnVKaravitis 2 жыл бұрын
Jesus Christ. 3 minutes into this video, and I'm already exhausted looking at all this code!
@DrTrefor
@DrTrefor 2 жыл бұрын
haha! I thought this the first time too!
@pedrogonzalobrito
@pedrogonzalobrito Жыл бұрын
Thank you very much! Excellent video 💯
@drsumankhanal
@drsumankhanal 2 жыл бұрын
Hi, thank you for the video. If you have time, could you please also teach on how to write latex class and latex packages: from basic to advanced?
@mathematica5278
@mathematica5278 2 жыл бұрын
Hey, Dr. Trefor Bazett Sir, Suppose we want to ignore one point on X axis that is function does not exist at that point. How to plot such graph? By the this video is very useful to complete my research paper. I hope you you will solve my asked question. Thank You
@DrTrefor
@DrTrefor 2 жыл бұрын
I’d draw a little circle around that point, and exaggerate it to be finite notninfintessimal
@mathematica5278
@mathematica5278 2 жыл бұрын
@@DrTrefor Actually sir, I have to draw a graph only on positive integers except primes. By the way this tutorial is useful for research. Thank You sir
@rafrakesp8529
@rafrakesp8529 2 жыл бұрын
I really appreciate this kind of videos, thank you so much! I want to go deeper and learn all the posibilities for customizing my graphs, i.e. fontsize, labels and title location, etc... Is there any recommendation for that?
@user-he4ef9br7z
@user-he4ef9br7z 2 жыл бұрын
Read the package manual from CTAN.
@jaikanthp5924
@jaikanthp5924 2 жыл бұрын
Sir, please make video on Interactive PDF using LATEX.
@theultimatereductionist7592
@theultimatereductionist7592 Жыл бұрын
11:15 I sure hope none of that whitespace/indentation is necessary by the compiler and is meant ONLY for the reader/user to be able to see clearly.
@DrTrefor
@DrTrefor Жыл бұрын
Yup, compiler ignore the white space. I very much wasn't focused on a sensible use of whitespace in this either.
@abdellahmrij4112
@abdellahmrij4112 8 ай бұрын
Amazing courses excellent continuation
@Linuxdirk
@Linuxdirk Жыл бұрын
I really wish I had an actual use for LaTeX in my daily hobby or work life!
@pearseseun
@pearseseun Жыл бұрын
Pls kindly do a video on package titlesec manipulation with tikz package......these are the areas that make professional.
@leonardosouzaconradodesant6213
@leonardosouzaconradodesant6213 Жыл бұрын
Thank you for share!!!
@LizzieSanchez-r8t
@LizzieSanchez-r8t 9 ай бұрын
Thank you very much! Excellent video
@kalinaszek
@kalinaszek 2 жыл бұрын
I love overleaf!
@porthos892
@porthos892 2 жыл бұрын
Very good and informative playlist of LaTex!!! Could you show also watermarks imports and images configurations. Like, how I could put the images accurately where i want..... Thanks for all your help!!!! awesome job!!!!!! 🔥🔥
@hosz5499
@hosz5499 2 жыл бұрын
First great tool, many scientists love latex. would your scatter plots import large chunk of data in an external file ?
@DrTrefor
@DrTrefor 2 жыл бұрын
There might be some technical upper bound, but in general yes you can import as many points as you wish
@hosz5499
@hosz5499 2 жыл бұрын
@@DrTrefor can you use a command like /include so that all data is outside the latex file ?
@christinachingakham9049
@christinachingakham9049 2 жыл бұрын
Sir Please solved my problem Plot y= sin x and y= cos x on the same coordinate system, for 0
@samuelnewport4970
@samuelnewport4970 2 жыл бұрын
Great video, would be really useful to have access to the document code for quick reference
@kvnptl4400
@kvnptl4400 2 жыл бұрын
BTW, why don't we use matplotlib and save fig as .SVG format and put it on latex? It's easy and more flexible as it is in Python.
@loopingdope
@loopingdope 2 жыл бұрын
Ty, didnt know this was a possibility
@DrTrefor
@DrTrefor 2 жыл бұрын
This is good! I love matplotlib! I think it depends on what precisely you are doing. So to me the advantages of using LaTeX are the ability to modify and maintain consistent formatting throughout the document (text in image changes with the rest of the document), as well as benefits of having a native graphing program that you can specify everything of using the same syntax you are using for the rest of your mathematical documents. But your mileage will definitely vary and if someone is really invested and familiar with any other software like matplotlib or matlab or whatever, that will mostly be fine!
@Rihanna8K
@Rihanna8K 2 жыл бұрын
I can't use svg directly on LaTeX... does it need any special package?
@kvnptl4400
@kvnptl4400 2 жыл бұрын
@@Rihanna8K you can use package: \usepackage{svg} \begin{figure}[H] \centering \def\svgscale{0.7} \includesvg[width= \textwidth \scale 10 ]{your_figure_name.svg} \caption{put_your_caption} \label{fig:some_name} \end{figure}
@ewerybody
@ewerybody 2 жыл бұрын
5:50 There is no auto-completion for these? Would be nice to mention where to look up those arguments.
@dydx3741
@dydx3741 2 жыл бұрын
sir please start a series on Linear Algebra ...here or on Udemy..... i want to learn it from you
@DrTrefor
@DrTrefor 2 жыл бұрын
I already have a whole playlist on linear algebra! Check out my channel's homepage
@dydx3741
@dydx3741 2 жыл бұрын
@@DrTrefor Thankyou so so much.... 😘
@oriontechtube
@oriontechtube 2 жыл бұрын
very important video !
@ketantamhankar3620
@ketantamhankar3620 Жыл бұрын
Hi! How would you plot an implicitly defined function on 2D axes? Also, if you want to highlight a specific point on a graph, how would you go about doing it?
@kevalan1042
@kevalan1042 2 жыл бұрын
call me old-fashioned, but I find that using a cloud-based editor is not consistent with LaTeX's open source philopsophy. Great video though
@kevalan1042
@kevalan1042 2 жыл бұрын
@@lolerie those also rub me the wrong way :)
@lolerie
@lolerie 2 жыл бұрын
@@kevalan1042 well, github actions at least is open source, even if with bad license.
@Heisenberg355
@Heisenberg355 Жыл бұрын
Well, especially when writing a thesis that contains company data for example, it feels safer to do it offline.
@Ken-er9cq
@Ken-er9cq Жыл бұрын
The problem is that open source takes effort, and unless it ties in with something commercial, it is unpaid. The consequence is that some types of software will never be available as open source, unless they are failed commercial projects that are generously open sourced.
@kevalan1042
@kevalan1042 Жыл бұрын
@@Ken-er9cq true, but LaTeX has fared pretty well under the open source model
@GhulamNabiDar
@GhulamNabiDar 2 жыл бұрын
Your vedios indeed great and greatest
@audic2350
@audic2350 2 жыл бұрын
I usually use gnuplot to plot graphs and then I screen it to my latex files... I think using your method is better
@thetmonaye
@thetmonaye 2 ай бұрын
thank you so much... i have problems arranging Questions (text) and answer in picture
@oidbio2565
@oidbio2565 2 жыл бұрын
Excellent video. Thank you! I was wondering if you do any videos on producing a video…a meta-training so to speak :). If not, would you mind letting us know what editing tools you use. I have been teaching online regularly and and have been using the standard recording features of zoom but I can’t edit at all. I know I can download the videos and edit them in another app but so far have not attempted to do this. Do you record and edit in the same app? Thank you for any recommendations you have time to share with me!
@DrTrefor
@DrTrefor 2 жыл бұрын
I have this video!!! kzbin.info/www/bejne/np60lZKGlNadZ9k
@dxrbkn5145
@dxrbkn5145 2 жыл бұрын
this will be useful later nice thanks
@chesshooligan1282
@chesshooligan1282 11 ай бұрын
Thank you for this.
@motherisape
@motherisape 2 жыл бұрын
Can I program something to draw prime counting function and mandelbrot set ect .
@DrTrefor
@DrTrefor 2 жыл бұрын
So LaTeX is not a general programming language, it doesn’t “know” math or how to solve it in general. If you have a solution, you can then use latex to plot it.
@motherisape
@motherisape 2 жыл бұрын
@@DrTrefor ok I will get deta from python and paste it hear. Its really easy to do it .
@GoatzAreEpic
@GoatzAreEpic 2 жыл бұрын
I tried using LATEX but my school doesn't care if we use word or latex so I just write everything in word and do my plots in excel and matlab haha
@DrTrefor
@DrTrefor 2 жыл бұрын
Lots of ways to make plots, and I use both of those from time to time too. Just depends on exactly what you are doing!
@valentin0000
@valentin0000 2 жыл бұрын
I always use python's matplotlib and then include the eps-file in LaTeX :)
@23ZeuZ23
@23ZeuZ23 Жыл бұрын
If Matlab were free, would you still use LaTeX for graphics? Because there is Octave, and if we are talking about graphs, we are also talking about data generation and maybe complex operations, etc.
@DrTrefor
@DrTrefor Жыл бұрын
I like lots of graphics options, it just depends on what I’m trying to do.
@simonbenitezsoto9606
@simonbenitezsoto9606 Жыл бұрын
Great video!
My favorite LaTeX packages for writing beautiful math documents
28:48
Dr. Trefor Bazett
Рет қаралды 209 М.
Math News: The Fish Bone Conjecture has been deboned!!
23:06
Dr. Trefor Bazett
Рет қаралды 63 М.
One day.. 🙌
00:33
Celine Dept
Рет қаралды 76 МЛН
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 15 МЛН
Average important Questions
1:08:41
PurnaGyan
Рет қаралды 12
Why LaTeX?
9:44
Eitan Lees
Рет қаралды 221 М.
10 weird algorithms
9:06
Fireship
Рет қаралды 1,3 МЛН
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
Learning LaTeX just got WAY easier.
16:10
Dr. Trefor Bazett
Рет қаралды 37 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 393 М.
What is Jacobian? | The right way of thinking derivatives and integrals
27:14
My favorite LaTeX Tricks to save time
17:04
Dr. Trefor Bazett
Рет қаралды 71 М.
Math News: The Bunkbed conjecture was just debunked!!!!!!!
14:59
Dr. Trefor Bazett
Рет қаралды 287 М.
One second to compute the largest Fibonacci number I can
25:55
Sheafification of G
Рет қаралды 416 М.
One day.. 🙌
00:33
Celine Dept
Рет қаралды 76 МЛН