issues Search Results · repo:dkogan/gnuplotlib language:Python
Filter by
25 results
(120 ms)25 results
indkogan/gnuplotlib (press backspace or delete to remove)When a script has a multiplotas it s very first plot, the plot produced it s a regular plot, the second plot overwrites
the first one withouth any error indication:
Let s use this small example:
import ...
Rapidice
- 2
- Opened on Nov 1, 2024
- #30
On Win10 and Python 3.11 I run the following lines
import gnuplotlib as gp
import numpy as np
x = np.arange(101) - 50
gp.plot(x**2)
and get the following error
File C:\tools\py311\Lib\site-packages\gnuplotlib.py ...
patzf
- 1
- Opened on Jul 31, 2023
- #28
After trying to make a plot with this code:
plt.plot((_x, _i, { legend : incandescent }),
(_x, _c, { legend : CFC }),
(_x, _h, { legend : Halogen }),
(_x, _l, { legend : ...
warriorjacq9
- 2
- Opened on May 2, 2023
- #26
I would like to be able to set axes to have log scales http://gnuplot.info/docs_5.5/loc12373.html Can you implement it?
jasondet
- 2
- Opened on Feb 6, 2023
- #25
This looks great, as it combines the power of python and gnuplot!
I have a stupid question. The most basic command in gnuplot is plot file.dat using 1:2. How do I do this in gnuplotlib?
Maybe I missed ...
linwaytin
- 2
- Opened on Feb 4, 2023
- #24
I suggest adding the topics gnuplot, numpy, plot in the About section at https://github.com/dkogan/gnuplotlib.
Beliavsky
- 1
- Opened on Jul 12, 2022
- #23
Python 3.7, running an example script in tmux through ssh.
import numpy as np
import gnuplotlib as gp
...
asanakoy
- 4
- Opened on Nov 1, 2020
- #22
Quoting from [1] regarding gnuplot s with candlesticks option: these should be the x coordinate (most likely a date) and
the opening, low, high, and closing prices.
I am not able to replicate this with ...
mwelt
- 2
- Opened on May 5, 2020
- #21
Hi,
I want to control each individual label, legend, etc font sizes just like in gnuplot. I changed the font size for the
whole picture in the terminal command like your demo but this creates large white-spaces ...
zstreeter
- 6
- Opened on May 3, 2020
- #20
Hi there,
I really love gnuplot and have used it to generate nice plots with latex symbols for publication. This is done with the
epslatex terminal that generates two files, out.tex and out.eps. The eps ...
zstreeter
- 3
- Opened on May 2, 2020
- #19

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.