-
When I'm trying to import my log-histogram from matlab to Latex something funny happens to the beam size, --> it spreads over the areas that are supposed to be zero.
This is what it looks like in mat…
-
This problem is related to this stackexchange question [Polar plot with small values and coordinate transformations leads to a “Dimension too large error”](https://tex.stackexchange.com/q/549080/14194…
-
After we have some sketches of the layout we need to decide on a framework for developing the UI and plan how to progress from there.
Gulfa updated
13 years ago
-
Atm we mesh all points, but it would be sufficient if we mesh only points that are visible from the current projection. This could be done by generating one big raster image with all zeros (transparen…
-
Consider that code:
```latex
\documentclass[border=10pt]{standalone}
\usepackage{tikz}
\usepackage{pgfplots}\pgfplotsset{compat=1.17}
\usepgfplotslibrary{fillbetween}
\usepackage{siunitx}
\begi…
Rmano updated
4 years ago
-
Add a pgfToPlot() method.
This could be implemented via an additional plotting engine.
See
http://pgfplots.sourceforge.net/
> PGFPlots draws high--quality function plots in normal or logarit…
-
```
What steps will reproduce the problem?
1.generate a random matlab plot
2.use matlab2tikz.m to generate a tikz file
3.open it with the tikzedt
What is the expected output? What do you see instead?…
-
## Details
Generating a figure with 5 or more subplots using the `PlotlyJS` backend results in the first subplot taking up the whole figure space instead of adhering to the layout. It ends up being…
-
When using personalized limits with big fonts in GR the tick labels can get cut-off.
For example, consider this MWE
```julia
using Plots
plot(data_linear, xlim=(0, 10), ylim=(0, 1), xtickf…
-
Hello everyone,
First I'de like to thank everyone working on this amazing project !
I have two different issues :
1- The conversion of a contour 2-D map plot doesn't work and gives me this …