Category Archives: Julia

Embedding Jupyter and Pluto notebooks in a blog post is easy.

By: Julia Frank

Re-posted from: https://juliaifrank.com/embedding-jupyter-and-pluto-notebooks-in-a-blog-post/?utm_source=rss&utm_medium=rss&utm_campaign=embedding-jupyter-and-pluto-notebooks-in-a-blog-post

Embedding Jupyter and Pluto notebooks in a blog post when writing a programming tutorial can be very useful and convenient. It has the advantage of preserving the syntax highlighting, easily include any plots/gifs that are part of the project you’ve been working on. And, hopefully, in the future, there will be a way to make …

Embedding Jupyter and Pluto notebooks in a blog post is easy. Read More »

Creating Custom Plot Markers in JuliaLang in 2 ways.

By: Julia Frank

Re-posted from: https://juliaifrank.com/custom-plot-markers-in-julialang/?utm_source=rss&utm_medium=rss&utm_campaign=custom-plot-markers-in-julialang

If you ever wondered, if it is possible to create custom plot markers in JuliaLang, the answer is – yes, you can!

Here is what we are going to look at in this post:

How to create/draw custom shapes, and

How to plot custom markers.