You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My suggestion:
1)Add the ability to save custom color palettes.
2)Add the ability to change the order of colors in the current palette, for example:
palette:
[red yellow white] for example, I want to change 1st color, for that I need to remove ALL colors and re-select it is inconvenient.
3)Add the ability to import and use your own shapes/shapes library as plots.
The text was updated successfully, but these errors were encountered:
I like this but I'm conscious of overcomplicating the UI/functionality of plot customisation further than it already is. This probably requires further thought. Please expand if you have any further comments. I've not had any other requests for such a feature so the benefit/effort seems low.
I agree - the windows forms UI element doesn't seem to natively allow this but I will definitely investigate, rearranging colours is clunky at present. Alternatively, there may be scope to rework the way colours/shapes are assigned (For example allow the user to select a colour/shape for each legend group?). It's something I'll have a play with when I find time and see if I can get any prototypes that feel right before agreeing to implement.
Custom shapes don't seem feasible - there is no mechanism or format/language I can imagine in which users can easily define shapes which would still work in a way which allows the shape to have dynamic size, thickness, and colour. The set of shapes in Mappalachia are all defined as literal lists of points/lines/curves which fit to a grid (That's why multiple shapes selected on top of each other still look quite natural). Without entirely gutting the way shapes work, I believe this probably isn't viable.
Closing this as it has overlap with other feature requests now raised:
For:
Please see Saveable Map "recipes" #113 for an approximately similar request. As I have still not had any more requests for your specific feature however, I don't plan to implement as specifically described here.
My suggestion:
1)Add the ability to save custom color palettes.
2)Add the ability to change the order of colors in the current palette, for example:
palette:
[red yellow white]
for example, I want to change 1st color, for that I need to remove ALL colors and re-select it is inconvenient.
3)Add the ability to import and use your own shapes/shapes library as plots.
The text was updated successfully, but these errors were encountered: