otobrzo

Results 10 comments of otobrzo

Animations are supported in Plots with plotlyjs backend. Is there way how to get the animation back to plotlyjs package?

I really love, the PlotlyJS.jl package, the only thing i need to solve is the latex integration. Following code gives me ``` using PlotlyJS using LaTeXStrings plot([scatter(y=rand(10), name=latexstring("\\phi_", i)) for...

I am wondering if this [https://github.com/plotly/plotly.js/blob/master/dist/README.md#to-support-mathjax](url) can be somehow related to this issue.

If you export your figure to html and then add (after downloading mathjax to local) ``` window.PlotlyConfig = {MathJaxConfig: 'local'} ``` to the head section of your html then you...

Or maybe change background color for active cell, similarly to MATLAB. In present state, it is hard to see what exactly I will run.

From my point of view, the MATLAB style is not bad. ![section_thirdlevel_highlight](https://user-images.githubusercontent.com/16555995/81735671-afe0ba80-9495-11ea-8962-f9cc518c5a95.png)

I have seen an interactivity in Jupyter demonstrated at the Josef Twitter. I am looking forward to see it soon here, christmas are approaching:-)

When preparing figures for publication I typically need to set font size in pt and figure size independently. Second thing is strange behavior of x/ylabel positions as illustrated in attached...

I know the Plots package but I like the speed of GR and your matlab like syntax. Moreover, this interactivity in jupyter is what I want:-) [interactive GR]( https://pgi-jcns.fz-juelich.de/pub/doc/covid-19.html)