adjustText
adjustText copied to clipboard
A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.
I know this is meant for 2D, but are there any workarounds for applying to 3D scatter plot? Many thanks
I am trying to make adjustText avoid a fitting curve drawn using `plt.plot`. I see that there is a `add_objects` argument seemingly for this very reason. I tried putting simply...
Hello, I often use [session_info](https://pypi.org/project/session-info/) to keep version info at the top of my jupyter notebooks. I imported `adjustText` but `session_info.show()` does not pick up version number. Is this something...
Hi, I am trying your library but the text is not aligning properly with the arrows. The code I have written is as follows: ``` fig = plt.figure() ax =...
In many times, when we use matplotlib twinx to create two line in two axes but they share same x-axis, the first point and the last point may in the...
Hi, Phlay, The adjust_text seems have some problem in dealing with the twinx. Normally, twinx has two or more axes but share same x axis. I plot two line in...
Hello, Are there any parameters I can use to change the font size of the label for the data points?
Hello, and thank you for usefull library. My problem is: when I try increase width of patche witch you are using in demo-example I receive overlapping. Please see your code...
Hi, I m trying to apply adjustText in plot of my GUI program. Here is the code snippet my plot function. It do not run correctly as it runs in...
Hi, good package! Can I get the text coordinates? So I can reuse the coordinate data to plot texts using other packages (not Matplotlib)? Or, can I use the package...