Questions tagged [icicles]

Questions and answers related to the Icicles library for Emacs

Questions and answers related to the Icicles library for Emacs: https://www.emacswiki.org/emacs/Icicles

36 questions
0
votes
2 answers

Emacs: How do I reverse `load-path`?

The question arises with connection to the problem of adding child dirs to the load-path. Here's a solution. Unfortunately - it seems to revert the load-path. I tried to fix it myself, but can't do and need help. So my question is: how do I revert a…
Adobe
  • 12,967
  • 10
  • 85
  • 126
0
votes
1 answer

How to align text shown inside a plotly figure?

Problem I have a plotly icicle figure with a custom texttemplate. I want to either show a table or properly aligned text (i.e. with true tabs and not  ). I noticed that texttemplate accepts arguments such as
, nbsp; , but I…
Xtiaan
  • 252
  • 1
  • 11
0
votes
1 answer

How to show multiline text in a plotly icicle?

I have a plotly icicle object named fig: fig = px.icicle(df, names="people"...). I want to show more text than just df.people. I tried the following: fig.update_traces(texttemplate=df.people + "\n" + "more text, but on a new line") But this does not…
Xtiaan
  • 252
  • 1
  • 11
0
votes
1 answer

How can I set the x-axis to a timeline in a plotly icicle?

I want to create an icicle, but where the x-axis represents a timeline. Example of a plotly icicle: I want to maintain the hierarchical structure, but introduce a timeline on the x-axis. For example: Can I vary the length of each rectangle in a…
Xtiaan
  • 252
  • 1
  • 11
0
votes
1 answer

D3 graph questions about zoom

I'm setting a Icicle graph on a old angularjs application. I decided to try d3 graphs and doing some tests... So basically two questions, for two different codes: Question 1: Initially i used this example:…
Fábio
  • 25
  • 2
  • 11
0
votes
1 answer

Binding a key to a command and automatically using the (interactive) default values for its interactive arguments

I would like F5 to switch to the most recently used buffer. This functionality is accomplished by running M-x icicle-buffer and then hitting enter to not specify the buffer I want to switch to -- (the default behavior of icicle is to switch to the…
weemattisnot
  • 889
  • 5
  • 16
1 2
3