Skip to content

issues Search Results · repo:nschloe/matplotx language:Python

Filter by

14 results
 (55 ms)

14 results

innschloe/matplotx (press backspace or delete to remove)

The dufte style looks nice for use with cantools because of the thin lines. Cantools uses a command line script for plotting where one can specify a plotting style with e.g. --style ggplot. I d like to ...
  • joooeey
  • Opened 
    on Dec 11, 2024
  • #54

Currently, line_labels doesn t support errorbar. Is there an easy way to add this to matplotx?
  • RemDelaporteMathurin
  • Opened 
    on Mar 6, 2023
  • #53

It would be useful to switch the line labels to the left (instead of right currently) for curves that are converging and overlapping on the right. image
  • RemDelaporteMathurin
  • Opened 
    on Nov 22, 2022
  • #49

I ve been using matplotx.ylabel_top and just noticed an issue with the label placement after setting the y tick labels explicitly. A working example is below. import numpy as np from seaborn import scatterplot ...
  • markmbaum
  • Opened 
    on Oct 21, 2022
  • #48

Using the code example in the readme: import matplotlib.pyplot as plt import matplotx plt.style.use(matplotx.styles.ayu) I get this error: File ~/.conda/envs/.../lib/python3.10/site-packages/matplotlib/style/core.py:117, ...
  • floringogianu
  • 1
  • Opened 
    on Aug 5, 2022
  • #43

I just came across this project, looks really neat. Especially the smooth contourf got me curious. I ve noticed in the readme that (at least on firefox) if I click any of the three images, the link that ...
  • adeak
  • Opened 
    on Jul 2, 2022
  • #42

I m keen on making a PR to adapt line_labels to make it work with fill_between objects (PolyCollection) This would be the usage and output: import matplotlib.pyplot as plt import matplotx import numpy ...
  • RemDelaporteMathurin
  • Opened 
    on Jun 29, 2022
  • #41

Perhaps this is already implemented and I m just unable to find it. I think this package in general is great; very easy to use and very beautiful. Thank you for your time making it. I m unable to get ...
  • mitchellvanzuijlen
  • 2
  • Opened 
    on Jun 15, 2022
  • #39

Sometimes when using show_bar_values(alignemnent= horizontal ) and the bar is too small this can happen: image The expected behaviour would be: image
  • RemDelaporteMathurin
  • 2
  • Opened 
    on Feb 7, 2022
  • #34

matplotx.show_bar_values works perfectly with vertical bar charts but not with horizontal bar charts. These are often used with long text labels. import matplotlib.pyplot as plt import matplotx labels ...
  • RemDelaporteMathurin
  • 2
  • Opened 
    on Feb 3, 2022
  • #30
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub